Html Css Color HEX #90F3FE Electric Blue

📋 copy color: '#90F3FE'

red 144 ◦ green 243 ◦ blue 254

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

Shades of Electric Blue #90F3FE

Tints of Electric Blue #90F3FE

RGB

 RED value IS 144 (56.64% from 255) = 22.46%

 GREEN value IS 243 (95.31% from 255) = 37.91%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 22.46%
G = 37.91%
B = 39.63%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90F3FE (or 0x90F3FE) is known color: Electric Blue. HEX triplet: 90, F3 and FE. RGB value is (144,243,254). Sum of RGB (Red+Green+Blue) = 144+243+254=641 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.46% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #90F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F3FE is #6F0C01. Grayscale: #D6D6D6. Windows color (decimal): -7277570 or 16708496. OLE color: 16708496.

HSL color Cylindrical-coordinate representation of color #90F3FE: hue angle of 186º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90F3FE is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 243 254 -
CMYK 0.43 0.04 0 0.00
HSL 186º 0.98% 0.78% -
HSV(B) 186º 0.43% 1% -
XYZ 61.44 77.19 105.43 -
YUV 214.65 150.2 77.61 -
System Red Green Blue C M Y K H S L
Decimal 144 243 254 0.43 0.04 0 0.00 186 0.98 0.78
Hex 90 F3 FE 2B 4 0 0 BA 62 4E
Octal 220 363 376 53 4 0 0 272 142 116
Binary 10010000 11110011 11111110 101011 100 0 0 10111010 1100010 1001110

Color Harmonies of #90F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F3FE

Black with #90F3FE

Text Example


Text Example

White with #90F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90F3FE; }

 p { color: rgb(144,243,254); }

 H1.HeaderClassName
 {
   color: #90F3FE;
 }
 .AnyTagClassName
 {
   color: #90F3FE;
 }
</style>

background-color css

<style>
 a { background-color: #90F3FE; }

 a { background-color: rgb(144,243,254); }

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

border-color css

<style>
 span { border-color: #90F3FE; }

 span { border-color: rgb(144,243,254); }

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