Html Css Color HEX #90EAFB Columbia Blue

📋 copy color: '#90EAFB'

red 144 ◦ green 234 ◦ blue 251

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

Shades of Columbia Blue #90EAFB

Tints of Columbia Blue #90EAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.2%

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

R = 22.89%
G = 37.2%
B = 39.9%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90EAFB (or 0x90EAFB) is known color: Columbia Blue. HEX triplet: 90, EA and FB. RGB value is (144,234,251). Sum of RGB (Red+Green+Blue) = 144+234+251=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #90EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAFB is #6F1504. Grayscale: #D0D0D0. Windows color (decimal): -7279877 or 16509584. OLE color: 16509584.

HSL color Cylindrical-coordinate representation of color #90EAFB: hue angle of 189.53º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90EAFB is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 234 251 -
CMYK 0.43 0.07 0 0.02
HSL 189.53º 0.93% 0.77% -
HSV(B) 189.53º 0.43% 0.98% -
XYZ 58.34 71.74 102.04 -
YUV 209.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 144 234 251 0.43 0.07 0 0.02 189.53 0.93 0.77
Hex 90 EA FB 2B 7 0 2 BE 5D 4D
Octal 220 352 373 53 7 0 2 276 135 115
Binary 10010000 11101010 11111011 101011 111 0 10 10111110 1011101 1001101

Color Harmonies of #90EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EAFB

Black with #90EAFB

Text Example


Text Example

White with #90EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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