#42B3F6

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

Shades of Summer Sky #42B3F6

Tints of Summer Sky #42B3F6

Color information

#42B3F6 (or 0x42B3F6) is unknown color: approx Summer Sky. HEX triplet: 42, B3 and F6. RGB value is (66,179,246). Sum of RGB (Red+Green+Blue) = 66+179+246=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #42B3F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B3F6 is #BD4C09. Grayscale: #989898. Windows color (decimal): -12405770 or 16167746. OLE color: 16167746.

HSL color Cylindrical-coordinate representation of color #42B3F6: hue angle of 202.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42B3F6 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66179246-
CMYK0.730.2700.04
HSL202.33º90.91%61.18%-
HSV(B)202.33º73.17%96.47%-
XYZ3540.0593.07-
YUV152.85180.5666.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.44%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=13.44%
G=36.46%
B=50.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661792460.730.2700.04202.3390.9161.18
Hex42B3F6491B04ca5b3d
Octal102263366111330431213375
Binary100001010110011111101101001001110110100110010101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,246); }

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

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

 a { background-color: rgb(66,179,246); }

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

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

 span { border-color: rgb(66,179,246); }

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