Html Css Color HEX #90EDF8 Electric Blue

📋 copy color: '#90EDF8'

red 144 ◦ green 237 ◦ blue 248

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

Shades of Electric Blue #90EDF8

Tints of Electric Blue #90EDF8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 248 (97.27% from 255) = 39.43%

R = 22.89%
G = 37.68%
B = 39.43%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#90EDF8 (or 0x90EDF8) is known color: Electric Blue. HEX triplet: 90, ED and F8. RGB value is (144,237,248). Sum of RGB (Red+Green+Blue) = 144+237+248=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #90EDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EDF8 is #6F1207. Grayscale: #D2D2D2. Windows color (decimal): -7279112 or 16313744. OLE color: 16313744.

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

Color convert

RGB 144 237 248 -
CMYK 0.42 0.04 0 0.03
HSL 186.35º 0.88% 0.77% -
HSV(B) 186.35º 0.42% 0.97% -
XYZ 58.73 73.27 99.86 -
YUV 210.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 144 237 248 0.42 0.04 0 0.03 186.35 0.88 0.77
Hex 90 ED F8 2A 4 0 3 BA 58 4D
Octal 220 355 370 52 4 0 3 272 130 115
Binary 10010000 11101101 11111000 101010 100 0 11 10111010 1011000 1001101

Color Harmonies of #90EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EDF8

Black with #90EDF8

Text Example


Text Example

White with #90EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,237,248); }

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

background-color css

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

 a { background-color: rgb(144,237,248); }

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

border-color css

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

 span { border-color: rgb(144,237,248); }

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