Shades of Anakiwa #94DBEF
Tints of Anakiwa #94DBEF
RGB
CMYK
RGB Variations
Color information
#94DBEF (or 0x94DBEF) is known color: Anakiwa. HEX triplet: 94, DB and EF. RGB value is (148,219,239). Sum of RGB (Red+Green+Blue) = 148+219+239=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #94DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBEF is #6B2410. Grayscale: #C7C7C7. Windows color (decimal): -7021585 or 15719316. OLE color: 15719316.
HSL color Cylindrical-coordinate representation of color #94DBEF: hue angle of 193.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DBEF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 219 | 239 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.06 |
| HSL | 193.19º | 0.74% | 0.76% | - |
| HSV(B) | 193.19º | 0.38% | 0.94% | - |
| XYZ | 53.12 | 63.19 | 91.06 | - |
| YUV | 200.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 239 | 0.38 | 0.08 | 0 | 0.06 | 193.19 | 0.74 | 0.76 |
| Hex | 94 | DB | EF | 26 | 8 | 0 | 6 | C1 | 4A | 4C |
| Octal | 224 | 333 | 357 | 46 | 10 | 0 | 6 | 301 | 112 | 114 |
| Binary | 10010100 | 11011011 | 11101111 | 100110 | 1000 | 0 | 110 | 11000001 | 1001010 | 1001100 |
Color Harmonies of #94DBEF
Complementary color
Monochromatic Colors of #94DBEF
Black with #94DBEF
Text Example
Text Example
White with #94DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBEF; }
p { color: rgb(148,219,239); }
H1.HeaderClassName
{
color: #94DBEF;
}
.AnyTagClassName
{
color: #94DBEF;
}
</style>
background-color css
<style>
a { background-color: #94DBEF; }
a { background-color: rgb(148,219,239); }
div.DivClassName
{
background-color: #94DBEF;
}
.BgClassName
{
background-color: #94DBEF;
}
</style>
border-color css
<style>
span { border-color: #94DBEF; }
span { border-color: rgb(148,219,239); }
td.TdClassName
{
border-color: #94DBEF;
}
.TagClassName
{
border-color: #94DBEF;
}
</style>