Html Css Color HEX #42BCCC Viking

📋 copy color: '#42BCCC'

red 66 ◦ green 188 ◦ blue 204

#42BCCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #42BCCC

Tints of Viking #42BCCC

RGB

 RED value IS 66 (26.17% from 255) = 14.41%

 GREEN value IS 188 (73.83% from 255) = 41.05%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 14.41%
G = 41.05%
B = 44.54%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#42BCCC (or 0x42BCCC) is known color: Viking. HEX triplet: 42, BC and CC. RGB value is (66,188,204). Sum of RGB (Red+Green+Blue) = 66+188+204=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #42BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCCC is #BD4333. Grayscale: #999999. Windows color (decimal): -12403508 or 13417538. OLE color: 13417538.

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

Color convert

RGB 66 188 204 -
CMYK 0.68 0.08 0 0.2
HSL 186.96º 0.58% 0.53% -
HSV(B) 186.96º 0.68% 0.8% -
XYZ 31.13 41.48 63.49 -
YUV 153.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 66 188 204 0.68 0.08 0 0.2 186.96 0.58 0.53
Hex 42 BC CC 44 8 0 14 BB 3A 35
Octal 102 274 314 104 10 0 24 273 72 65
Binary 1000010 10111100 11001100 1000100 1000 0 10100 10111011 111010 110101

Color Harmonies of #42BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCCC

Black with #42BCCC

Text Example


Text Example

White with #42BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,204); }

 H1.HeaderClassName
 {
   color: #42BCCC;
 }
 .AnyTagClassName
 {
   color: #42BCCC;
 }
</style>

background-color css

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

 a { background-color: rgb(66,188,204); }

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

border-color css

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

 span { border-color: rgb(66,188,204); }

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