#90EBFB

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

Shades of Columbia Blue #90EBFB

Tints of Columbia Blue #90EBFB

Color information

#90EBFB (or 0x90EBFB) is unknown color: approx Columbia Blue. HEX triplet: 90, EB and FB. RGB value is (144,235,251). Sum of RGB (Red+Green+Blue) = 144+235+251=630 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.86% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #90EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBFB is #6F1404. Grayscale: #D1D1D1. Windows color (decimal): -7279621 or 16509840. OLE color: 16509840.

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

Color convert

RGB144235251-
CMYK0.430.0600.02
HSL188.97º93.04%77.45%-
HSV(B)188.97º42.63%98.43%-
XYZ58.6272.31102.13-
YUV209.61151.3581.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.86%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=22.86%
G=37.30%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442352510.430.0600.02188.9793.0477.45
Hex90EBFB2B602bd5d4d
Octal22035337353602275135115
Binary1001000011101011111110111010111100101011110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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