Html Css Color HEX #42A6DD Summer Sky

📋 copy color: '#42A6DD'

red 66 ◦ green 166 ◦ blue 221

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

Shades of Summer Sky #42A6DD

Tints of Summer Sky #42A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 14.57%
G = 36.64%
B = 48.79%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42A6DD (or 0x42A6DD) is known color: Summer Sky. HEX triplet: 42, A6 and DD. RGB value is (66,166,221). Sum of RGB (Red+Green+Blue) = 66+166+221=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #42A6DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A6DD is #BD5922. Grayscale: #8E8E8E. Windows color (decimal): -12409123 or 14526018. OLE color: 14526018.

HSL color Cylindrical-coordinate representation of color #42A6DD: hue angle of 201.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A6DD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 166 221 -
CMYK 0.70 0.25 0 0.13
HSL 201.29º 0.7% 0.56% -
HSV(B) 201.29º 0.7% 0.87% -
XYZ 28.93 33.65 73.38 -
YUV 142.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 66 166 221 0.70 0.25 0 0.13 201.29 0.7 0.56
Hex 42 A6 DD 46 19 0 D C9 46 38
Octal 102 246 335 106 31 0 15 311 106 70
Binary 1000010 10100110 11011101 1000110 11001 0 1101 11001001 1000110 111000

Color Harmonies of #42A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A6DD

Black with #42A6DD

Text Example


Text Example

White with #42A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,166,221); }

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

background-color css

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

 a { background-color: rgb(66,166,221); }

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

border-color css

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

 span { border-color: rgb(66,166,221); }

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