Html Css Color HEX #96F9FA Electric Blue

📋 copy color: '#96F9FA'

red 150 ◦ green 249 ◦ blue 250

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

Shades of Electric Blue #96F9FA

Tints of Electric Blue #96F9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.37%

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 23.11%
G = 38.37%
B = 38.52%

CMYK

 C value IS 0.4

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96F9FA (or 0x96F9FA) is known color: Electric Blue. HEX triplet: 96, F9 and FA. RGB value is (150,249,250). Sum of RGB (Red+Green+Blue) = 150+249+250=649 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.11% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #96F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9FA is #690605. Grayscale: #DBDBDB. Windows color (decimal): -6882822 or 16447894. OLE color: 16447894.

HSL color Cylindrical-coordinate representation of color #96F9FA: hue angle of 180.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9FA is Cyan = 0.4, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 250 -
CMYK 0.4 0.00 0 0.02
HSL 180.6º 0.91% 0.78% -
HSV(B) 180.6º 0.4% 0.98% -
XYZ 63.71 81.14 102.75 -
YUV 219.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 150 249 250 0.4 0.00 0 0.02 180.6 0.91 0.78
Hex 96 F9 FA 28 0 0 2 B5 5B 4E
Octal 226 371 372 50 0 0 2 265 133 116
Binary 10010110 11111001 11111010 101000 0 0 10 10110101 1011011 1001110

Color Harmonies of #96F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9FA

Black with #96F9FA

Text Example


Text Example

White with #96F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,250); }

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

background-color css

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

 a { background-color: rgb(150,249,250); }

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

border-color css

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

 span { border-color: rgb(150,249,250); }

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