Html Css Color HEX #98FCFF Electric Blue

📋 copy color: '#98FCFF'

red 152 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #98FCFF

Tints of Electric Blue #98FCFF

RGB

 RED value IS 152 (59.77% from 255) = 23.07%

 GREEN value IS 252 (98.83% from 255) = 38.24%

 BLUE value IS 255 (100% from 255) = 38.69%

R = 23.07%
G = 38.24%
B = 38.69%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98FCFF (or 0x98FCFF) is known color: Electric Blue. HEX triplet: 98, FC and FF. RGB value is (152,252,255). Sum of RGB (Red+Green+Blue) = 152+252+255=659 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.07% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #98FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FCFF is #670300. Grayscale: #DEDEDE. Windows color (decimal): -6750977 or 16776344. OLE color: 16776344.

HSL color Cylindrical-coordinate representation of color #98FCFF: hue angle of 181.75º 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 #98FCFF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 252 255 -
CMYK 0.40 0.01 0 0
HSL 181.75º 1% 0.8% -
HSV(B) 181.75º 0.4% 1% -
XYZ 65.81 83.52 107.26 -
YUV 222.44 146.37 77.76 -
System Red Green Blue C M Y K H S L
Decimal 152 252 255 0.40 0.01 0 0 181.75 1 0.8
Hex 98 FC FF 28 1 0 0 B6 64 50
Octal 230 374 377 50 1 0 0 266 144 120
Binary 10011000 11111100 11111111 101000 1 0 0 10110110 1100100 1010000

Color Harmonies of #98FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FCFF

Black with #98FCFF

Text Example


Text Example

White with #98FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98FCFF; }

 p { color: rgb(152,252,255); }

 H1.HeaderClassName
 {
   color: #98FCFF;
 }
 .AnyTagClassName
 {
   color: #98FCFF;
 }
</style>

background-color css

<style>
 a { background-color: #98FCFF; }

 a { background-color: rgb(152,252,255); }

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

border-color css

<style>
 span { border-color: #98FCFF; }

 span { border-color: rgb(152,252,255); }

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