Html Css Color HEX #90E5FA Columbia Blue

📋 copy color: '#90E5FA'

red 144 ◦ green 229 ◦ blue 250

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

Shades of Columbia Blue #90E5FA

Tints of Columbia Blue #90E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 23.11%
G = 36.76%
B = 40.13%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90E5FA (or 0x90E5FA) is known color: Columbia Blue. HEX triplet: 90, E5 and FA. RGB value is (144,229,250). Sum of RGB (Red+Green+Blue) = 144+229+250=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E5FA is #6F1A05. Grayscale: #CDCDCD. Windows color (decimal): -7281158 or 16442768. OLE color: 16442768.

HSL color Cylindrical-coordinate representation of color #90E5FA: hue angle of 191.89º 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 #90E5FA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 229 250 -
CMYK 0.42 0.08 0 0.02
HSL 191.89º 0.91% 0.77% -
HSV(B) 191.89º 0.42% 0.98% -
XYZ 56.78 68.87 100.74 -
YUV 205.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 144 229 250 0.42 0.08 0 0.02 191.89 0.91 0.77
Hex 90 E5 FA 2A 8 0 2 C0 5B 4D
Octal 220 345 372 52 10 0 2 300 133 115
Binary 10010000 11100101 11111010 101010 1000 0 10 11000000 1011011 1001101

Color Harmonies of #90E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E5FA

Black with #90E5FA

Text Example


Text Example

White with #90E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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