#42CDF3

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

Shades of Summer Sky #42CDF3

Tints of Summer Sky #42CDF3

Color information

#42CDF3 (or 0x42CDF3) is unknown color: approx Summer Sky. HEX triplet: 42, CD and F3. RGB value is (66,205,243). Sum of RGB (Red+Green+Blue) = 66+205+243=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #42CDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CDF3 is #BD320C. Grayscale: #A7A7A7. Windows color (decimal): -12399117 or 15977794. OLE color: 15977794.

HSL color Cylindrical-coordinate representation of color #42CDF3: hue angle of 192.88º 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 #42CDF3 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66205243-
CMYK0.730.1600.05
HSL192.88º88.06%60.59%-
HSV(B)192.88º72.84%95.29%-
XYZ40.2651.2992.57-
YUV167.77170.4555.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.84%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 243 (95.31% from 255) = 47.28%
R=12.84%
G=39.88%
B=47.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662052430.730.1600.05192.8888.0660.59
Hex42CDF3491005c1583d
Octal102315363111200530113075
Binary100001011001101111100111001001100000101110000011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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