Shades of Summer Sky #42BDFB
Tints of Summer Sky #42BDFB
RGB
CMYK
RGB Variations
Color information
#42BDFB (or 0x42BDFB) is known color: Summer Sky. HEX triplet: 42, BD and FB. RGB value is (66,189,251). Sum of RGB (Red+Green+Blue) = 66+189+251=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #42BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDFB is #BD4204. Grayscale: #9E9E9E. Windows color (decimal): -12403205 or 16497986. OLE color: 16497986.
HSL color Cylindrical-coordinate representation of color #42BDFB: hue angle of 200.11º 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 #42BDFB is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 189 | 251 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.02 |
| HSL | 200.11º | 0.96% | 0.62% | - |
| HSV(B) | 200.11º | 0.74% | 0.98% | - |
| XYZ | 37.86 | 44.52 | 97.86 | - |
| YUV | 159.29 | 179.75 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 251 | 0.74 | 0.25 | 0 | 0.02 | 200.11 | 0.96 | 0.62 |
| Hex | 42 | BD | FB | 4A | 19 | 0 | 2 | C8 | 60 | 3E |
| Octal | 102 | 275 | 373 | 112 | 31 | 0 | 2 | 310 | 140 | 76 |
| Binary | 1000010 | 10111101 | 11111011 | 1001010 | 11001 | 0 | 10 | 11001000 | 1100000 | 111110 |
Color Harmonies of #42BDFB
Complementary color
Monochromatic Colors of #42BDFB
Black with #42BDFB
Text Example
Text Example
White with #42BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDFB; }
p { color: rgb(66,189,251); }
H1.HeaderClassName
{
color: #42BDFB;
}
.AnyTagClassName
{
color: #42BDFB;
}
</style>
background-color css
<style>
a { background-color: #42BDFB; }
a { background-color: rgb(66,189,251); }
div.DivClassName
{
background-color: #42BDFB;
}
.BgClassName
{
background-color: #42BDFB;
}
</style>
border-color css
<style>
span { border-color: #42BDFB; }
span { border-color: rgb(66,189,251); }
td.TdClassName
{
border-color: #42BDFB;
}
.TagClassName
{
border-color: #42BDFB;
}
</style>