Html Css Color HEX #42BBD1 Viking

📋 copy color: '#42BBD1'

red 66 ◦ green 187 ◦ blue 209

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

Shades of Viking #42BBD1

Tints of Viking #42BBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 14.29%
G = 40.48%
B = 45.24%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#42BBD1 (or 0x42BBD1) is known color: Viking. HEX triplet: 42, BB and D1. RGB value is (66,187,209). Sum of RGB (Red+Green+Blue) = 66+187+209=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #42BBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBD1 is #BD442E. Grayscale: #999999. Windows color (decimal): -12403759 or 13744962. OLE color: 13744962.

HSL color Cylindrical-coordinate representation of color #42BBD1: hue angle of 189.23º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42BBD1 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 187 209 -
CMYK 0.68 0.11 0 0.18
HSL 189.23º 0.61% 0.54% -
HSV(B) 189.23º 0.68% 0.82% -
XYZ 31.53 41.3 66.63 -
YUV 153.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 66 187 209 0.68 0.11 0 0.18 189.23 0.61 0.54
Hex 42 BB D1 44 B 0 12 BD 3D 36
Octal 102 273 321 104 13 0 22 275 75 66
Binary 1000010 10111011 11010001 1000100 1011 0 10010 10111101 111101 110110

Color Harmonies of #42BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBD1

Black with #42BBD1

Text Example


Text Example

White with #42BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,209); }

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

background-color css

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

 a { background-color: rgb(66,187,209); }

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

border-color css

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

 span { border-color: rgb(66,187,209); }

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