Html Css Color HEX #90DCFF Columbia Blue

📋 copy color: '#90DCFF'

red 144 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #90DCFF

Tints of Columbia Blue #90DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 255 (100% from 255) = 41.2%

R = 23.26%
G = 35.54%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90DCFF (or 0x90DCFF) is known color: Columbia Blue. HEX triplet: 90, DC and FF. RGB value is (144,220,255). Sum of RGB (Red+Green+Blue) = 144+220+255=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #90DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCFF is #6F2300. Grayscale: #C9C9C9. Windows color (decimal): -7283457 or 16768144. OLE color: 16768144.

HSL color Cylindrical-coordinate representation of color #90DCFF: hue angle of 198.92º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90DCFF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 220 255 -
CMYK 0.44 0.14 0 0
HSL 198.92º 1% 0.78% -
HSV(B) 198.92º 0.44% 1% -
XYZ 55.14 64.34 104.12 -
YUV 201.27 158.32 87.15 -
System Red Green Blue C M Y K H S L
Decimal 144 220 255 0.44 0.14 0 0 198.92 1 0.78
Hex 90 DC FF 2C E 0 0 C7 64 4E
Octal 220 334 377 54 16 0 0 307 144 116
Binary 10010000 11011100 11111111 101100 1110 0 0 11000111 1100100 1001110

Color Harmonies of #90DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCFF

Black with #90DCFF

Text Example


Text Example

White with #90DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,220,255); }

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

background-color css

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

 a { background-color: rgb(144,220,255); }

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

border-color css

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

 span { border-color: rgb(144,220,255); }

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