Shades of Summer Sky #35CFF2
Tints of Summer Sky #35CFF2
RGB
CMYK
RGB Variations
Color information
#35CFF2 (or 0x35CFF2) is known color: Summer Sky. HEX triplet: 35, CF and F2. RGB value is (53,207,242). Sum of RGB (Red+Green+Blue) = 53+207+242=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #35CFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFF2 is #CA300D. Grayscale: #A4A4A4. Windows color (decimal): -13250574 or 15912757. OLE color: 15912757.
HSL color Cylindrical-coordinate representation of color #35CFF2: hue angle of 191.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35CFF2 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 207 | 242 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.05 |
| HSL | 191.11º | 0.88% | 0.58% | - |
| HSV(B) | 191.11º | 0.78% | 0.95% | - |
| XYZ | 39.81 | 51.79 | 91.9 | - |
| YUV | 164.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 242 | 0.78 | 0.14 | 0 | 0.05 | 191.11 | 0.88 | 0.58 |
| Hex | 35 | CF | F2 | 4E | E | 0 | 5 | BF | 58 | 3A |
| Octal | 65 | 317 | 362 | 116 | 16 | 0 | 5 | 277 | 130 | 72 |
| Binary | 110101 | 11001111 | 11110010 | 1001110 | 1110 | 0 | 101 | 10111111 | 1011000 | 111010 |
Color Harmonies of #35CFF2
Complementary color
Monochromatic Colors of #35CFF2
Black with #35CFF2
Text Example
Text Example
White with #35CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFF2; }
p { color: rgb(53,207,242); }
H1.HeaderClassName
{
color: #35CFF2;
}
.AnyTagClassName
{
color: #35CFF2;
}
</style>
background-color css
<style>
a { background-color: #35CFF2; }
a { background-color: rgb(53,207,242); }
div.DivClassName
{
background-color: #35CFF2;
}
.BgClassName
{
background-color: #35CFF2;
}
</style>
border-color css
<style>
span { border-color: #35CFF2; }
span { border-color: rgb(53,207,242); }
td.TdClassName
{
border-color: #35CFF2;
}
.TagClassName
{
border-color: #35CFF2;
}
</style>