Html Css Color HEX #90FEF2 Electric Blue

📋 copy color: '#90FEF2'

red 144 ◦ green 254 ◦ blue 242

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

Shades of Electric Blue #90FEF2

Tints of Electric Blue #90FEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.69%

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 22.5%
G = 39.69%
B = 37.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#90FEF2 (or 0x90FEF2) is known color: Electric Blue. HEX triplet: 90, FE and F2. RGB value is (144,254,242). Sum of RGB (Red+Green+Blue) = 144+254+242=640 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.5% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FEF2 is #6F010D. Grayscale: #DBDBDB. Windows color (decimal): -7274766 or 15924880. OLE color: 15924880.

HSL color Cylindrical-coordinate representation of color #90FEF2: hue angle of 173.45º 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 #90FEF2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 144 254 242 -
CMYK 0.43 0 0.05 0.00
HSL 173.45º 0.98% 0.78% -
HSV(B) 173.45º 0.43% 1% -
XYZ 62.97 83.22 96.75 -
YUV 219.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 144 254 242 0.43 0 0.05 0.00 173.45 0.98 0.78
Hex 90 FE F2 2B 0 5 0 AD 62 4E
Octal 220 376 362 53 0 5 0 255 142 116
Binary 10010000 11111110 11110010 101011 0 101 0 10101101 1100010 1001110

Color Harmonies of #90FEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FEF2

Black with #90FEF2

Text Example


Text Example

White with #90FEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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