Html Css Color HEX #90E0FB Columbia Blue

📋 copy color: '#90E0FB'

red 144 ◦ green 224 ◦ blue 251

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

Shades of Columbia Blue #90E0FB

Tints of Columbia Blue #90E0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

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

R = 23.26%
G = 36.19%
B = 40.55%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90E0FB (or 0x90E0FB) is known color: Columbia Blue. HEX triplet: 90, E0 and FB. RGB value is (144,224,251). Sum of RGB (Red+Green+Blue) = 144+224+251=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #90E0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0FB is #6F1F04. Grayscale: #CACACA. Windows color (decimal): -7282437 or 16507024. OLE color: 16507024.

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

Color convert

RGB 144 224 251 -
CMYK 0.43 0.11 0 0.02
HSL 195.14º 0.93% 0.77% -
HSV(B) 195.14º 0.43% 0.98% -
XYZ 55.57 66.21 101.12 -
YUV 203.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 144 224 251 0.43 0.11 0 0.02 195.14 0.93 0.77
Hex 90 E0 FB 2B B 0 2 C3 5D 4D
Octal 220 340 373 53 13 0 2 303 135 115
Binary 10010000 11100000 11111011 101011 1011 0 10 11000011 1011101 1001101

Color Harmonies of #90E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E0FB

Black with #90E0FB

Text Example


Text Example

White with #90E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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