Shades of Summer Sky #42CDFB
Tints of Summer Sky #42CDFB
RGB
CMYK
RGB Variations
Color information
#42CDFB (or 0x42CDFB) is known color: Summer Sky. HEX triplet: 42, CD and FB. RGB value is (66,205,251). Sum of RGB (Red+Green+Blue) = 66+205+251=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #42CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CDFB is #BD3204. Grayscale: #A8A8A8. Windows color (decimal): -12399109 or 16502082. OLE color: 16502082.
HSL color Cylindrical-coordinate representation of color #42CDFB: hue angle of 194.92º 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 #42CDFB is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 205 | 251 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.02 |
| HSL | 194.92º | 0.96% | 0.62% | - |
| HSV(B) | 194.92º | 0.74% | 0.98% | - |
| XYZ | 41.49 | 51.79 | 99.08 | - |
| YUV | 168.68 | 174.45 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 251 | 0.74 | 0.18 | 0 | 0.02 | 194.92 | 0.96 | 0.62 |
| Hex | 42 | CD | FB | 4A | 12 | 0 | 2 | C3 | 60 | 3E |
| Octal | 102 | 315 | 373 | 112 | 22 | 0 | 2 | 303 | 140 | 76 |
| Binary | 1000010 | 11001101 | 11111011 | 1001010 | 10010 | 0 | 10 | 11000011 | 1100000 | 111110 |
Color Harmonies of #42CDFB
Complementary color
Monochromatic Colors of #42CDFB
Black with #42CDFB
Text Example
Text Example
White with #42CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDFB; }
p { color: rgb(66,205,251); }
H1.HeaderClassName
{
color: #42CDFB;
}
.AnyTagClassName
{
color: #42CDFB;
}
</style>
background-color css
<style>
a { background-color: #42CDFB; }
a { background-color: rgb(66,205,251); }
div.DivClassName
{
background-color: #42CDFB;
}
.BgClassName
{
background-color: #42CDFB;
}
</style>
border-color css
<style>
span { border-color: #42CDFB; }
span { border-color: rgb(66,205,251); }
td.TdClassName
{
border-color: #42CDFB;
}
.TagClassName
{
border-color: #42CDFB;
}
</style>