Html Css Color HEX #90EFF4 Electric Blue

📋 copy color: '#90EFF4'

red 144 ◦ green 239 ◦ blue 244

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

Shades of Electric Blue #90EFF4

Tints of Electric Blue #90EFF4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

 BLUE value IS 244 (95.7% from 255) = 38.92%

R = 22.97%
G = 38.12%
B = 38.92%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#90EFF4 (or 0x90EFF4) is known color: Electric Blue. HEX triplet: 90, EF and F4. RGB value is (144,239,244). Sum of RGB (Red+Green+Blue) = 144+239+244=627 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.97% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #90EFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF4 is #6F100B. Grayscale: #D3D3D3. Windows color (decimal): -7278604 or 16052112. OLE color: 16052112.

HSL color Cylindrical-coordinate representation of color #90EFF4: hue angle of 183º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90EFF4 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 239 244 -
CMYK 0.41 0.02 0 0.04
HSL 183º 0.82% 0.76% -
HSV(B) 183º 0.41% 0.96% -
XYZ 58.7 74.19 96.82 -
YUV 211.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 144 239 244 0.41 0.02 0 0.04 183 0.82 0.76
Hex 90 EF F4 29 2 0 4 B7 52 4C
Octal 220 357 364 51 2 0 4 267 122 114
Binary 10010000 11101111 11110100 101001 10 0 100 10110111 1010010 1001100

Color Harmonies of #90EFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFF4

Black with #90EFF4

Text Example


Text Example

White with #90EFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,239,244); }

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

background-color css

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

 a { background-color: rgb(144,239,244); }

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

border-color css

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

 span { border-color: rgb(144,239,244); }

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