Shades of Summer Sky #42CBFE
Tints of Summer Sky #42CBFE
RGB
CMYK
RGB Variations
Color information
#42CBFE (or 0x42CBFE) is known color: Summer Sky. HEX triplet: 42, CB and FE. RGB value is (66,203,254). Sum of RGB (Red+Green+Blue) = 66+203+254=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #42CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CBFE is #BD3401. Grayscale: #A7A7A7. Windows color (decimal): -12399618 or 16698178. OLE color: 16698178.
HSL color Cylindrical-coordinate representation of color #42CBFE: hue angle of 196.28º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CBFE is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 203 | 254 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.00 |
| HSL | 196.28º | 0.99% | 0.63% | - |
| HSV(B) | 196.28º | 0.74% | 1% | - |
| XYZ | 41.49 | 51.03 | 101.43 | - |
| YUV | 167.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 254 | 0.74 | 0.20 | 0 | 0.00 | 196.28 | 0.99 | 0.63 |
| Hex | 42 | CB | FE | 4A | 14 | 0 | 0 | C4 | 63 | 3F |
| Octal | 102 | 313 | 376 | 112 | 24 | 0 | 0 | 304 | 143 | 77 |
| Binary | 1000010 | 11001011 | 11111110 | 1001010 | 10100 | 0 | 0 | 11000100 | 1100011 | 111111 |
Color Harmonies of #42CBFE
Complementary color
Monochromatic Colors of #42CBFE
Black with #42CBFE
Text Example
Text Example
White with #42CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBFE; }
p { color: rgb(66,203,254); }
H1.HeaderClassName
{
color: #42CBFE;
}
.AnyTagClassName
{
color: #42CBFE;
}
</style>
background-color css
<style>
a { background-color: #42CBFE; }
a { background-color: rgb(66,203,254); }
div.DivClassName
{
background-color: #42CBFE;
}
.BgClassName
{
background-color: #42CBFE;
}
</style>
border-color css
<style>
span { border-color: #42CBFE; }
span { border-color: rgb(66,203,254); }
td.TdClassName
{
border-color: #42CBFE;
}
.TagClassName
{
border-color: #42CBFE;
}
</style>