Html Css Color HEX #90D7FC Columbia Blue

📋 copy color: '#90D7FC'

red 144 ◦ green 215 ◦ blue 252

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

Shades of Columbia Blue #90D7FC

Tints of Columbia Blue #90D7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 23.57%
G = 35.19%
B = 41.24%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90D7FC (or 0x90D7FC) is known color: Columbia Blue. HEX triplet: 90, D7 and FC. RGB value is (144,215,252). Sum of RGB (Red+Green+Blue) = 144+215+252=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #90D7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D7FC is #6F2803. Grayscale: #C5C5C5. Windows color (decimal): -7284740 or 16570256. OLE color: 16570256.

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

Color convert

RGB 144 215 252 -
CMYK 0.43 0.15 0 0.01
HSL 200.56º 0.95% 0.78% -
HSV(B) 200.56º 0.43% 0.99% -
XYZ 53.37 61.56 101.16 -
YUV 197.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 144 215 252 0.43 0.15 0 0.01 200.56 0.95 0.78
Hex 90 D7 FC 2B F 0 1 C9 5F 4E
Octal 220 327 374 53 17 0 1 311 137 116
Binary 10010000 11010111 11111100 101011 1111 0 1 11001001 1011111 1001110

Color Harmonies of #90D7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D7FC

Black with #90D7FC

Text Example


Text Example

White with #90D7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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