Html Css Color HEX #99FFFD Electric Blue

📋 copy color: '#99FFFD'

red 153 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #99FFFD

Tints of Electric Blue #99FFFD

RGB

 RED value IS 153 (60.16% from 255) = 23.15%

 GREEN value IS 255 (100% from 255) = 38.58%

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 23.15%
G = 38.58%
B = 38.28%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#99FFFD (or 0x99FFFD) is known color: Electric Blue. HEX triplet: 99, FF and FD. RGB value is (153,255,253). Sum of RGB (Red+Green+Blue) = 153+255+253=661 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.15% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFFD is #660002. Grayscale: #E0E0E0. Windows color (decimal): -6684675 or 16646041. OLE color: 16646041.

HSL color Cylindrical-coordinate representation of color #99FFFD: hue angle of 178.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFFD is Cyan = 0.4, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 153 255 253 -
CMYK 0.4 0 0.01 0
HSL 178.82º 1% 0.8% -
HSV(B) 178.82º 0.4% 1% -
XYZ 66.63 85.38 105.9 -
YUV 224.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 153 255 253 0.4 0 0.01 0 178.82 1 0.8
Hex 99 FF FD 28 0 1 0 B3 64 50
Octal 231 377 375 50 0 1 0 263 144 120
Binary 10011001 11111111 11111101 101000 0 1 0 10110011 1100100 1010000

Color Harmonies of #99FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FFFD

Black with #99FFFD

Text Example


Text Example

White with #99FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99FFFD; }

 p { color: rgb(153,255,253); }

 H1.HeaderClassName
 {
   color: #99FFFD;
 }
 .AnyTagClassName
 {
   color: #99FFFD;
 }
</style>

background-color css

<style>
 a { background-color: #99FFFD; }

 a { background-color: rgb(153,255,253); }

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

border-color css

<style>
 span { border-color: #99FFFD; }

 span { border-color: rgb(153,255,253); }

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