#42D3FB

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

Shades of Summer Sky #42D3FB

Tints of Summer Sky #42D3FB

Color information

#42D3FB (or 0x42D3FB) is unknown color: approx Summer Sky. HEX triplet: 42, D3 and FB. RGB value is (66,211,251). Sum of RGB (Red+Green+Blue) = 66+211+251=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #42D3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D3FB is #BD2C04. Grayscale: #ABABAB. Windows color (decimal): -12397573 or 16503618. OLE color: 16503618.

HSL color Cylindrical-coordinate representation of color #42D3FB: hue angle of 192.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D3FB is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB66211251-
CMYK0.740.1600.02
HSL192.97º95.85%62.16%-
HSV(B)192.97º73.71%98.43%-
XYZ42.9554.7199.56-
YUV172.2172.4652.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.5%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=12.5%
G=39.96%
B=47.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662112510.740.1600.02192.9795.8562.16
Hex42D3FB4A1002c1603e
Octal102323373112200230114076
Binary10000101101001111111011100101010000010110000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,211,251); }

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

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

 a { background-color: rgb(66,211,251); }

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

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

 span { border-color: rgb(66,211,251); }

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