#90DAFB

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

Shades of Columbia Blue #90DAFB

Tints of Columbia Blue #90DAFB

Color information

#90DAFB (or 0x90DAFB) is unknown color: approx Columbia Blue. HEX triplet: 90, DA and FB. RGB value is (144,218,251). Sum of RGB (Red+Green+Blue) = 144+218+251=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAFB is #6F2504. Grayscale: #C7C7C7. Windows color (decimal): -7283973 or 16505488. OLE color: 16505488.

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

Color convert

RGB144218251-
CMYK0.430.1300.02
HSL198.5º93.04%77.45%-
HSV(B)198.5º42.63%98.43%-
XYZ53.9963.04100.59-
YUV199.64156.9888.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.49%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=23.49%
G=35.56%
B=40.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442182510.430.1300.02198.593.0477.45
Hex90DAFB2BD02c75d4d
Octal220332373531502307135115
Binary10010000110110101111101110101111010101100011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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