#42CDFF

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

Shades of Summer Sky #42CDFF

Tints of Summer Sky #42CDFF

Color information

#42CDFF (or 0x42CDFF) is unknown color: approx Summer Sky. HEX triplet: 42, CD and FF. RGB value is (66,205,255). Sum of RGB (Red+Green+Blue) = 66+205+255=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #42CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CDFF is #BD3200. Grayscale: #A8A8A8. Windows color (decimal): -12399105 or 16764226. OLE color: 16764226.

HSL color Cylindrical-coordinate representation of color #42CDFF: hue angle of 195.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CDFF is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66205255-
CMYK0.740.2000
HSL195.87º100%62.94%-
HSV(B)195.87º74.12%100%-
XYZ42.1352.04102.43-
YUV169.14176.4554.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.55%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 255 (100% from 255) = 48.48%
R=12.55%
G=38.97%
B=48.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662052550.740.2000195.8710062.94
Hex42CDFF4A1400c4643f
Octal102315377112240030414477
Binary1000010110011011111111110010101010000110001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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