Html Css Color HEX #96D7EA Anakiwa

📋 copy color: '#96D7EA'

red 150 ◦ green 215 ◦ blue 234

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

Shades of Anakiwa #96D7EA

Tints of Anakiwa #96D7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.07%

R = 25.04%
G = 35.89%
B = 39.07%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96D7EA (or 0x96D7EA) is known color: Anakiwa. HEX triplet: 96, D7 and EA. RGB value is (150,215,234). Sum of RGB (Red+Green+Blue) = 150+215+234=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #96D7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D7EA is #692815. Grayscale: #C5C5C5. Windows color (decimal): -6891542 or 15390614. OLE color: 15390614.

HSL color Cylindrical-coordinate representation of color #96D7EA: hue angle of 193.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D7EA is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 215 234 -
CMYK 0.36 0.08 0 0.08
HSL 193.57º 0.67% 0.75% -
HSV(B) 193.57º 0.36% 0.92% -
XYZ 51.73 61.03 86.89 -
YUV 197.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 150 215 234 0.36 0.08 0 0.08 193.57 0.67 0.75
Hex 96 D7 EA 24 8 0 8 C2 43 4B
Octal 226 327 352 44 10 0 10 302 103 113
Binary 10010110 11010111 11101010 100100 1000 0 1000 11000010 1000011 1001011

Color Harmonies of #96D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D7EA

Black with #96D7EA

Text Example


Text Example

White with #96D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,234); }

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

background-color css

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

 a { background-color: rgb(150,215,234); }

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

border-color css

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

 span { border-color: rgb(150,215,234); }

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