Html Css Color HEX #96D9EE Anakiwa

📋 copy color: '#96D9EE'

red 150 ◦ green 217 ◦ blue 238

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

Shades of Anakiwa #96D9EE

Tints of Anakiwa #96D9EE

RGB

 RED value IS 150 (58.98% from 255) = 24.79%

 GREEN value IS 217 (85.16% from 255) = 35.87%

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 24.79%
G = 35.87%
B = 39.34%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96D9EE (or 0x96D9EE) is known color: Anakiwa. HEX triplet: 96, D9 and EE. RGB value is (150,217,238). Sum of RGB (Red+Green+Blue) = 150+217+238=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #96D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D9EE is #692611. Grayscale: #C7C7C7. Windows color (decimal): -6891026 or 15653270. OLE color: 15653270.

HSL color Cylindrical-coordinate representation of color #96D9EE: hue angle of 194.32º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D9EE is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 217 238 -
CMYK 0.37 0.09 0 0.07
HSL 194.32º 0.72% 0.76% -
HSV(B) 194.32º 0.37% 0.93% -
XYZ 52.82 62.28 90.13 -
YUV 199.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 150 217 238 0.37 0.09 0 0.07 194.32 0.72 0.76
Hex 96 D9 EE 25 9 0 7 C2 48 4C
Octal 226 331 356 45 11 0 7 302 110 114
Binary 10010110 11011001 11101110 100101 1001 0 111 11000010 1001000 1001100

Color Harmonies of #96D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D9EE

Black with #96D9EE

Text Example


Text Example

White with #96D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D9EE; }

 p { color: rgb(150,217,238); }

 H1.HeaderClassName
 {
   color: #96D9EE;
 }
 .AnyTagClassName
 {
   color: #96D9EE;
 }
</style>

background-color css

<style>
 a { background-color: #96D9EE; }

 a { background-color: rgb(150,217,238); }

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

border-color css

<style>
 span { border-color: #96D9EE; }

 span { border-color: rgb(150,217,238); }

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