Html Css Color HEX #90FCFB Electric Blue

📋 copy color: '#90FCFB'

red 144 ◦ green 252 ◦ blue 251

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

Shades of Electric Blue #90FCFB

Tints of Electric Blue #90FCFB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.95%

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 22.26%
G = 38.95%
B = 38.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#90FCFB (or 0x90FCFB) is known color: Electric Blue. HEX triplet: 90, FC and FB. RGB value is (144,252,251). Sum of RGB (Red+Green+Blue) = 144+252+251=647 (85% of max value = 765). Red value is 144 (56.64% from 255 or 22.26% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FCFB is #6F0304. Grayscale: #DBDBDB. Windows color (decimal): -7275269 or 16514192. OLE color: 16514192.

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

Color convert

RGB 144 252 251 -
CMYK 0.43 0 0.00 0.01
HSL 179.44º 0.95% 0.78% -
HSV(B) 179.44º 0.43% 0.99% -
XYZ 63.72 82.52 103.84 -
YUV 219.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 144 252 251 0.43 0 0.00 0.01 179.44 0.95 0.78
Hex 90 FC FB 2B 0 0 1 B3 5F 4E
Octal 220 374 373 53 0 0 1 263 137 116
Binary 10010000 11111100 11111011 101011 0 0 1 10110011 1011111 1001110

Color Harmonies of #90FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90FCFB

Black with #90FCFB

Text Example


Text Example

White with #90FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,252,251); }

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

background-color css

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

 a { background-color: rgb(144,252,251); }

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

border-color css

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

 span { border-color: rgb(144,252,251); }

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