Html Css Color HEX #42BECC Viking

📋 copy color: '#42BECC'

red 66 ◦ green 190 ◦ blue 204

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

Shades of Viking #42BECC

Tints of Viking #42BECC

RGB

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

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

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

R = 14.35%
G = 41.3%
B = 44.35%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#42BECC (or 0x42BECC) is known color: Viking. HEX triplet: 42, BE and CC. RGB value is (66,190,204). Sum of RGB (Red+Green+Blue) = 66+190+204=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #42BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BECC is #BD4133. Grayscale: #9A9A9A. Windows color (decimal): -12402996 or 13418050. OLE color: 13418050.

HSL color Cylindrical-coordinate representation of color #42BECC: hue angle of 186.09º 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 #42BECC is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 190 204 -
CMYK 0.68 0.07 0 0.2
HSL 186.09º 0.58% 0.53% -
HSV(B) 186.09º 0.68% 0.8% -
XYZ 31.56 42.34 63.64 -
YUV 154.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 66 190 204 0.68 0.07 0 0.2 186.09 0.58 0.53
Hex 42 BE CC 44 7 0 14 BA 3A 35
Octal 102 276 314 104 7 0 24 272 72 65
Binary 1000010 10111110 11001100 1000100 111 0 10100 10111010 111010 110101

Color Harmonies of #42BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BECC

Black with #42BECC

Text Example


Text Example

White with #42BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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