#42B7DF

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

Shades of Summer Sky #42B7DF

Tints of Summer Sky #42B7DF

Color information

#42B7DF (or 0x42B7DF) is unknown color: approx Summer Sky. HEX triplet: 42, B7 and DF. RGB value is (66,183,223). Sum of RGB (Red+Green+Blue) = 66+183+223=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #42B7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B7DF is #BD4820. Grayscale: #989898. Windows color (decimal): -12404769 or 14661442. OLE color: 14661442.

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

Color convert

RGB66183223-
CMYK0.700.1800.13
HSL195.29º71.04%56.67%-
HSV(B)195.29º70.4%87.45%-
XYZ32.540.3575.89-
YUV152.58167.7466.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.98%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=13.98%
G=38.77%
B=47.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661832230.700.1800.13195.2971.0456.67
Hex42B7DF46120Dc34739
Octal1022673371062201530310771
Binary1000010101101111101111110001101001001101110000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,183,223); }

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

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

 a { background-color: rgb(66,183,223); }

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

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

 span { border-color: rgb(66,183,223); }

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