Html Css Color HEX #90F5F3 Electric Blue

📋 copy color: '#90F5F3'

red 144 ◦ green 245 ◦ blue 243

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

Shades of Electric Blue #90F5F3

Tints of Electric Blue #90F5F3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.77%

 BLUE value IS 243 (95.31% from 255) = 38.45%

R = 22.78%
G = 38.77%
B = 38.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#90F5F3 (or 0x90F5F3) is known color: Electric Blue. HEX triplet: 90, F5 and F3. RGB value is (144,245,243). Sum of RGB (Red+Green+Blue) = 144+245+243=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F5F3 is #6F0A0C. Grayscale: #D6D6D6. Windows color (decimal): -7277069 or 15988112. OLE color: 15988112.

HSL color Cylindrical-coordinate representation of color #90F5F3: hue angle of 178.81º degrees, saturation: 0.83, 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 #90F5F3 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 245 243 -
CMYK 0.41 0 0.01 0.04
HSL 178.81º 0.83% 0.76% -
HSV(B) 178.81º 0.41% 0.96% -
XYZ 60.33 77.71 96.61 -
YUV 214.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 144 245 243 0.41 0 0.01 0.04 178.81 0.83 0.76
Hex 90 F5 F3 29 0 1 4 B3 53 4C
Octal 220 365 363 51 0 1 4 263 123 114
Binary 10010000 11110101 11110011 101001 0 1 100 10110011 1010011 1001100

Color Harmonies of #90F5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F5F3

Black with #90F5F3

Text Example


Text Example

White with #90F5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,245,243); }

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

background-color css

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

 a { background-color: rgb(144,245,243); }

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

border-color css

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

 span { border-color: rgb(144,245,243); }

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