Html Css Color HEX #42BECB Viking

📋 copy color: '#42BECB'

red 66 ◦ green 190 ◦ blue 203

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

Shades of Viking #42BECB

Tints of Viking #42BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 14.38%
G = 41.39%
B = 44.23%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#42BECB (or 0x42BECB) is known color: Viking. HEX triplet: 42, BE and CB. RGB value is (66,190,203). Sum of RGB (Red+Green+Blue) = 66+190+203=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #42BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BECB is #BD4134. Grayscale: #9A9A9A. Windows color (decimal): -12402997 or 13352514. OLE color: 13352514.

HSL color Cylindrical-coordinate representation of color #42BECB: hue angle of 185.69º 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 #42BECB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 190 203 -
CMYK 0.67 0.06 0 0.20
HSL 185.69º 0.57% 0.53% -
HSV(B) 185.69º 0.67% 0.8% -
XYZ 31.44 42.3 63.01 -
YUV 154.41 155.42 64.94 -
System Red Green Blue C M Y K H S L
Decimal 66 190 203 0.67 0.06 0 0.20 185.69 0.57 0.53
Hex 42 BE CB 43 6 0 14 BA 39 35
Octal 102 276 313 103 6 0 24 272 71 65
Binary 1000010 10111110 11001011 1000011 110 0 10100 10111010 111001 110101

Color Harmonies of #42BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BECB

Black with #42BECB

Text Example


Text Example

White with #42BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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