Html Css Color HEX #94D7E9 Anakiwa

📋 copy color: '#94D7E9'

red 148 ◦ green 215 ◦ blue 233

#94D7E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #94D7E9

Tints of Anakiwa #94D7E9

RGB

 RED value IS 148 (58.2% from 255) = 24.83%

 GREEN value IS 215 (84.38% from 255) = 36.07%

 BLUE value IS 233 (91.41% from 255) = 39.09%

R = 24.83%
G = 36.07%
B = 39.09%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94D7E9 (or 0x94D7E9) is known color: Anakiwa. HEX triplet: 94, D7 and E9. RGB value is (148,215,233). Sum of RGB (Red+Green+Blue) = 148+215+233=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #94D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D7E9 is #6B2816. Grayscale: #C4C4C4. Windows color (decimal): -7022615 or 15325076. OLE color: 15325076.

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

Color convert

RGB 148 215 233 -
CMYK 0.36 0.08 0 0.09
HSL 192.71º 0.66% 0.75% -
HSV(B) 192.71º 0.36% 0.91% -
XYZ 51.22 60.78 86.12 -
YUV 197.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 148 215 233 0.36 0.08 0 0.09 192.71 0.66 0.75
Hex 94 D7 E9 24 8 0 9 C1 42 4B
Octal 224 327 351 44 10 0 11 301 102 113
Binary 10010100 11010111 11101001 100100 1000 0 1001 11000001 1000010 1001011

Color Harmonies of #94D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D7E9

Black with #94D7E9

Text Example


Text Example

White with #94D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94D7E9;
 }
 .AnyTagClassName
 {
   color: #94D7E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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