Shades of Summer Sky #34CBFE
Tints of Summer Sky #34CBFE
RGB
CMYK
RGB Variations
Color information
#34CBFE (or 0x34CBFE) is known color: Summer Sky. HEX triplet: 34, CB and FE. RGB value is (52,203,254). Sum of RGB (Red+Green+Blue) = 52+203+254=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #34CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CBFE is #CB3401. Grayscale: #A3A3A3. Windows color (decimal): -13317122 or 16698164. OLE color: 16698164.
HSL color Cylindrical-coordinate representation of color #34CBFE: hue angle of 195.15º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34CBFE is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 203 | 254 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.00 |
| HSL | 195.15º | 0.99% | 0.6% | - |
| HSV(B) | 195.15º | 0.8% | 1% | - |
| XYZ | 40.66 | 50.6 | 101.39 | - |
| YUV | 163.67 | 178.97 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 254 | 0.80 | 0.20 | 0 | 0.00 | 195.15 | 0.99 | 0.6 |
| Hex | 34 | CB | FE | 50 | 14 | 0 | 0 | C3 | 63 | 3C |
| Octal | 64 | 313 | 376 | 120 | 24 | 0 | 0 | 303 | 143 | 74 |
| Binary | 110100 | 11001011 | 11111110 | 1010000 | 10100 | 0 | 0 | 11000011 | 1100011 | 111100 |
Color Harmonies of #34CBFE
Complementary color
Monochromatic Colors of #34CBFE
Black with #34CBFE
Text Example
Text Example
White with #34CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CBFE; }
p { color: rgb(52,203,254); }
H1.HeaderClassName
{
color: #34CBFE;
}
.AnyTagClassName
{
color: #34CBFE;
}
</style>
background-color css
<style>
a { background-color: #34CBFE; }
a { background-color: rgb(52,203,254); }
div.DivClassName
{
background-color: #34CBFE;
}
.BgClassName
{
background-color: #34CBFE;
}
</style>
border-color css
<style>
span { border-color: #34CBFE; }
span { border-color: rgb(52,203,254); }
td.TdClassName
{
border-color: #34CBFE;
}
.TagClassName
{
border-color: #34CBFE;
}
</style>