Html Css Color HEX #42A8CC Viking

📋 copy color: '#42A8CC'

red 66 ◦ green 168 ◦ blue 204

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

Shades of Viking #42A8CC

Tints of Viking #42A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 15.07%
G = 38.36%
B = 46.58%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#42A8CC (or 0x42A8CC) is known color: Viking. HEX triplet: 42, A8 and CC. RGB value is (66,168,204). Sum of RGB (Red+Green+Blue) = 66+168+204=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #42A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8CC is #BD5733. Grayscale: #8D8D8D. Windows color (decimal): -12408628 or 13412418. OLE color: 13412418.

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

Color convert

RGB 66 168 204 -
CMYK 0.68 0.18 0 0.2
HSL 195.65º 0.58% 0.53% -
HSV(B) 195.65º 0.68% 0.8% -
XYZ 27.15 33.52 62.17 -
YUV 141.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 66 168 204 0.68 0.18 0 0.2 195.65 0.58 0.53
Hex 42 A8 CC 44 12 0 14 C4 3A 35
Octal 102 250 314 104 22 0 24 304 72 65
Binary 1000010 10101000 11001100 1000100 10010 0 10100 11000100 111010 110101

Color Harmonies of #42A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A8CC

Black with #42A8CC

Text Example


Text Example

White with #42A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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