#42BFCB

Color #42BFCB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #42BFCB

Tints of Viking #42BFCB

Color information

#42BFCB (or 0x42BFCB) is unknown color: approx Viking. HEX triplet: 42, BF and CB. RGB value is (66,191,203). Sum of RGB (Red+Green+Blue) = 66+191+203=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #42BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFCB is #BD4034. Grayscale: #9A9A9A. Windows color (decimal): -12402741 or 13352770. OLE color: 13352770.

HSL color Cylindrical-coordinate representation of color #42BFCB: hue angle of 185.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BFCB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66191203-
CMYK0.670.0600.20
HSL185.26º56.85%52.75%-
HSV(B)185.26º67.49%79.61%-
XYZ31.6642.7363.08-
YUV154.99155.0964.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 14.35%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=14.35%
G=41.52%
B=44.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661912030.670.0600.20185.2656.8552.75
Hex42BFCB436014b93935
Octal10227731310360242717165
Binary10000101011111111001011100001111001010010111001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42BFCB; }

 p { color: rgb(66,191,203); }

 H1.HeaderClassName
 {
   color: #42BFCB;
 }
 .AnyTagClassName
 {
   color: #42BFCB;
 }
</style>
background-color css

<style>
 a { background-color: #42BFCB; }

 a { background-color: rgb(66,191,203); }

 div.DivClassName
 {
   background-color: #42BFCB;
 }
 .BgClassName
 {
   background-color: #42BFCB;
 }
</style>
border-color css

<style>
 span { border-color: #42BFCB; }

 span { border-color: rgb(66,191,203); }

 td.TdClassName
 {
   border-color: #42BFCB;
 }
 .TagClassName
 {
   border-color: #42BFCB;
 }
</style>