Html Css Color HEX #42BCCE Viking

📋 copy color: '#42BCCE'

red 66 ◦ green 188 ◦ blue 206

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

Shades of Viking #42BCCE

Tints of Viking #42BCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 14.35%
G = 40.87%
B = 44.78%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#42BCCE (or 0x42BCCE) is known color: Viking. HEX triplet: 42, BC and CE. RGB value is (66,188,206). Sum of RGB (Red+Green+Blue) = 66+188+206=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #42BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCCE is #BD4331. Grayscale: #999999. Windows color (decimal): -12403506 or 13548610. OLE color: 13548610.

HSL color Cylindrical-coordinate representation of color #42BCCE: hue angle of 187.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BCCE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 188 206 -
CMYK 0.68 0.09 0 0.19
HSL 187.71º 0.59% 0.53% -
HSV(B) 187.71º 0.68% 0.81% -
XYZ 31.37 41.58 64.77 -
YUV 153.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 66 188 206 0.68 0.09 0 0.19 187.71 0.59 0.53
Hex 42 BC CE 44 9 0 13 BC 3B 35
Octal 102 274 316 104 11 0 23 274 73 65
Binary 1000010 10111100 11001110 1000100 1001 0 10011 10111100 111011 110101

Color Harmonies of #42BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BCCE

Black with #42BCCE

Text Example


Text Example

White with #42BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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