#94D7EB

Color #94D7EB Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #94D7EB

Tints of Anakiwa #94D7EB

Color information

#94D7EB (or 0x94D7EB) is unknown color: approx Anakiwa. HEX triplet: 94, D7 and EB. RGB value is (148,215,235). Sum of RGB (Red+Green+Blue) = 148+215+235=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #94D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7EB is #6B2814. Grayscale: #C5C5C5. Windows color (decimal): -7022613 or 15456148. OLE color: 15456148.

HSL color Cylindrical-coordinate representation of color #94D7EB: hue angle of 193.79º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94D7EB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148215235-
CMYK0.370.0900.08
HSL193.79º68.5%75.1%-
HSV(B)193.79º37.02%92.16%-
XYZ51.5160.8987.64-
YUV197.25149.392.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 24.75%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=24.75%
G=35.95%
B=39.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482152350.370.0900.08193.7968.575.1
Hex94D7EB25908c2454b
Octal2243273534511010302105113
Binary1001010011010111111010111001011001010001100001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D7EB; }

 p { color: rgb(148,215,235); }

 H1.HeaderClassName
 {
   color: #94D7EB;
 }
 .AnyTagClassName
 {
   color: #94D7EB;
 }
</style>
background-color css

<style>
 a { background-color: #94D7EB; }

 a { background-color: rgb(148,215,235); }

 div.DivClassName
 {
   background-color: #94D7EB;
 }
 .BgClassName
 {
   background-color: #94D7EB;
 }
</style>
border-color css

<style>
 span { border-color: #94D7EB; }

 span { border-color: rgb(148,215,235); }

 td.TdClassName
 {
   border-color: #94D7EB;
 }
 .TagClassName
 {
   border-color: #94D7EB;
 }
</style>