Html Css Color HEX #90E1FA Columbia Blue

📋 copy color: '#90E1FA'

red 144 ◦ green 225 ◦ blue 250

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

Shades of Columbia Blue #90E1FA

Tints of Columbia Blue #90E1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.35%

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

R = 23.26%
G = 36.35%
B = 40.39%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90E1FA (or 0x90E1FA) is known color: Columbia Blue. HEX triplet: 90, E1 and FA. RGB value is (144,225,250). Sum of RGB (Red+Green+Blue) = 144+225+250=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E1FA is #6F1E05. Grayscale: #CBCBCB. Windows color (decimal): -7282182 or 16441744. OLE color: 16441744.

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

Color convert

RGB 144 225 250 -
CMYK 0.42 0.10 0 0.02
HSL 194.15º 0.91% 0.77% -
HSV(B) 194.15º 0.42% 0.98% -
XYZ 55.68 66.68 100.38 -
YUV 203.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 144 225 250 0.42 0.10 0 0.02 194.15 0.91 0.77
Hex 90 E1 FA 2A A 0 2 C2 5B 4D
Octal 220 341 372 52 12 0 2 302 133 115
Binary 10010000 11100001 11111010 101010 1010 0 10 11000010 1011011 1001101

Color Harmonies of #90E1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E1FA

Black with #90E1FA

Text Example


Text Example

White with #90E1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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