#42C3F3

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

Shades of Summer Sky #42C3F3

Tints of Summer Sky #42C3F3

Color information

#42C3F3 (or 0x42C3F3) is unknown color: approx Summer Sky. HEX triplet: 42, C3 and F3. RGB value is (66,195,243). Sum of RGB (Red+Green+Blue) = 66+195+243=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #42C3F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C3F3 is #BD3C0C. Grayscale: #A1A1A1. Windows color (decimal): -12401677 or 15975234. OLE color: 15975234.

HSL color Cylindrical-coordinate representation of color #42C3F3: hue angle of 196.27º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42C3F3 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66195243-
CMYK0.730.2000.05
HSL196.27º88.06%60.59%-
HSV(B)196.27º72.84%95.29%-
XYZ37.9446.6691.8-
YUV161.9173.7659.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.10%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=13.10%
G=38.69%
B=48.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661952430.730.2000.05196.2788.0660.59
Hex42C3F3491405c4583d
Octal102303363111240530413075
Binary100001011000011111100111001001101000101110001001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,195,243); }

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

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

 a { background-color: rgb(66,195,243); }

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

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

 span { border-color: rgb(66,195,243); }

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