Html Css Color HEX #90FAF2 Electric Blue

📋 copy color: '#90FAF2'

red 144 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #90FAF2

Tints of Electric Blue #90FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 22.64%
G = 39.31%
B = 38.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#90FAF2 (or 0x90FAF2) is known color: Electric Blue. HEX triplet: 90, FA and F2. RGB value is (144,250,242). Sum of RGB (Red+Green+Blue) = 144+250+242=636 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.64% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FAF2 is #6F050D. Grayscale: #D9D9D9. Windows color (decimal): -7275790 or 15923856. OLE color: 15923856.

HSL color Cylindrical-coordinate representation of color #90FAF2: hue angle of 175.47º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAF2 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 250 242 -
CMYK 0.42 0 0.03 0.02
HSL 175.47º 0.91% 0.77% -
HSV(B) 175.47º 0.42% 0.98% -
XYZ 61.71 80.71 96.33 -
YUV 217.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 144 250 242 0.42 0 0.03 0.02 175.47 0.91 0.77
Hex 90 FA F2 2A 0 3 2 AF 5B 4D
Octal 220 372 362 52 0 3 2 257 133 115
Binary 10010000 11111010 11110010 101010 0 11 10 10101111 1011011 1001101

Color Harmonies of #90FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FAF2

Black with #90FAF2

Text Example


Text Example

White with #90FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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