Html Css Color HEX #94D2E7 Anakiwa

📋 copy color: '#94D2E7'

red 148 ◦ green 210 ◦ blue 231

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

Shades of Anakiwa #94D2E7

Tints of Anakiwa #94D2E7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.65%

 BLUE value IS 231 (90.63% from 255) = 39.22%

R = 25.13%
G = 35.65%
B = 39.22%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94D2E7 (or 0x94D2E7) is known color: Anakiwa. HEX triplet: 94, D2 and E7. RGB value is (148,210,231). Sum of RGB (Red+Green+Blue) = 148+210+231=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 231 - color contains mainly: blue. Hex color #94D2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2E7 is #6B2D18. Grayscale: #C1C1C1. Windows color (decimal): -7023897 or 15192724. OLE color: 15192724.

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

Color convert

RGB 148 210 231 -
CMYK 0.36 0.09 0 0.09
HSL 195.18º 0.63% 0.74% -
HSV(B) 195.18º 0.36% 0.91% -
XYZ 49.68 58.16 84.21 -
YUV 193.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 148 210 231 0.36 0.09 0 0.09 195.18 0.63 0.74
Hex 94 D2 E7 24 9 0 9 C3 3F 4A
Octal 224 322 347 44 11 0 11 303 77 112
Binary 10010100 11010010 11100111 100100 1001 0 1001 11000011 111111 1001010

Color Harmonies of #94D2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D2E7

Black with #94D2E7

Text Example


Text Example

White with #94D2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,231); }

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

background-color css

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

 a { background-color: rgb(148,210,231); }

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

border-color css

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

 span { border-color: rgb(148,210,231); }

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