#90EBFC

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

Shades of Columbia Blue #90EBFC

Tints of Columbia Blue #90EBFC

Color information

#90EBFC (or 0x90EBFC) is unknown color: approx Columbia Blue. HEX triplet: 90, EB and FC. RGB value is (144,235,252). Sum of RGB (Red+Green+Blue) = 144+235+252=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #90EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBFC is #6F1403. Grayscale: #D1D1D1. Windows color (decimal): -7279620 or 16575376. OLE color: 16575376.

HSL color Cylindrical-coordinate representation of color #90EBFC: hue angle of 189.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90EBFC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144235252-
CMYK0.430.0700.01
HSL189.44º94.74%77.65%-
HSV(B)189.44º42.86%98.82%-
XYZ58.7872.37102.97-
YUV209.73151.8581.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.82%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=22.82%
G=37.24%
B=39.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442352520.430.0700.01189.4494.7477.65
Hex90EBFC2B701bd5f4e
Octal22035337453701275137116
Binary100100001110101111111100101011111011011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,235,252); }

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

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

 a { background-color: rgb(144,235,252); }

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

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

 span { border-color: rgb(144,235,252); }

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