Shades of Perano #94B2EE
Tints of Perano #94B2EE
RGB
CMYK
RGB Variations
Color information
#94B2EE (or 0x94B2EE) is known color: Perano. HEX triplet: 94, B2 and EE. RGB value is (148,178,238). Sum of RGB (Red+Green+Blue) = 148+178+238=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #94B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94B2EE is #6B4D11. Grayscale: #AFAFAF. Windows color (decimal): -7032082 or 15643284. OLE color: 15643284.
HSL color Cylindrical-coordinate representation of color #94B2EE: hue angle of 220º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94B2EE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 178 | 238 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.07 |
| HSL | 220º | 0.73% | 0.76% | - |
| HSV(B) | 220º | 0.38% | 0.93% | - |
| XYZ | 43.57 | 44.31 | 87.15 | - |
| YUV | 175.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 238 | 0.38 | 0.25 | 0 | 0.07 | 220 | 0.73 | 0.76 |
| Hex | 94 | B2 | EE | 26 | 19 | 0 | 7 | DC | 49 | 4C |
| Octal | 224 | 262 | 356 | 46 | 31 | 0 | 7 | 334 | 111 | 114 |
| Binary | 10010100 | 10110010 | 11101110 | 100110 | 11001 | 0 | 111 | 11011100 | 1001001 | 1001100 |
Color Harmonies of #94B2EE
Complementary color
Monochromatic Colors of #94B2EE
Black with #94B2EE
Text Example
Text Example
White with #94B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B2EE; }
p { color: rgb(148,178,238); }
H1.HeaderClassName
{
color: #94B2EE;
}
.AnyTagClassName
{
color: #94B2EE;
}
</style>
background-color css
<style>
a { background-color: #94B2EE; }
a { background-color: rgb(148,178,238); }
div.DivClassName
{
background-color: #94B2EE;
}
.BgClassName
{
background-color: #94B2EE;
}
</style>
border-color css
<style>
span { border-color: #94B2EE; }
span { border-color: rgb(148,178,238); }
td.TdClassName
{
border-color: #94B2EE;
}
.TagClassName
{
border-color: #94B2EE;
}
</style>