#90E3FB

Color #90E3FB Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #90E3FB

Tints of Columbia Blue #90E3FB

Color information

#90E3FB (or 0x90E3FB) is unknown color: approx Columbia Blue. HEX triplet: 90, E3 and FB. RGB value is (144,227,251). Sum of RGB (Red+Green+Blue) = 144+227+251=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #90E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E3FB is #6F1C04. Grayscale: #CCCCCC. Windows color (decimal): -7281669 or 16507792. OLE color: 16507792.

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

Color convert

RGB144227251-
CMYK0.430.1000.02
HSL193.46º93.04%77.45%-
HSV(B)193.46º42.63%98.43%-
XYZ56.3867.83101.39-
YUV204.9215484.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.15%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=23.15%
G=36.50%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442272510.430.1000.02193.4693.0477.45
Hex90E3FB2BA02c15d4d
Octal220343373531202301135115
Binary10010000111000111111101110101110100101100000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90E3FB;
 }
 .AnyTagClassName
 {
   color: #90E3FB;
 }
</style>
background-color css

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

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

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

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

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

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