#42A3DB

Color #42A3DB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42A3DB

Tints of Summer Sky #42A3DB

Color information

#42A3DB (or 0x42A3DB) is unknown color: approx Summer Sky. HEX triplet: 42, A3 and DB. RGB value is (66,163,219). Sum of RGB (Red+Green+Blue) = 66+163+219=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #42A3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A3DB is #BD5C24. Grayscale: #8C8C8C. Windows color (decimal): -12409893 or 14394178. OLE color: 14394178.

HSL color Cylindrical-coordinate representation of color #42A3DB: hue angle of 201.96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42A3DB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66163219-
CMYK0.700.2600.14
HSL201.96º68%55.88%-
HSV(B)201.96º69.86%85.88%-
XYZ28.1332.4771.8-
YUV140.38172.3674.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.73%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=14.73%
G=36.38%
B=48.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661632190.700.2600.14201.966855.88
Hex42A3DB461A0Eca4438
Octal1022433331063201631210470
Binary1000010101000111101101110001101101001110110010101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,219); }

 H1.HeaderClassName
 {
   color: #42A3DB;
 }
 .AnyTagClassName
 {
   color: #42A3DB;
 }
</style>
background-color css

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

 a { background-color: rgb(66,163,219); }

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

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

 span { border-color: rgb(66,163,219); }

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