Html Css Color HEX #90DDFF Columbia Blue

📋 copy color: '#90DDFF'

red 144 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #90DDFF

Tints of Columbia Blue #90DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.65%

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

R = 23.23%
G = 35.65%
B = 41.13%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#90DDFF (or 0x90DDFF) is known color: Columbia Blue. HEX triplet: 90, DD and FF. RGB value is (144,221,255). Sum of RGB (Red+Green+Blue) = 144+221+255=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #90DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFF is #6F2200. Grayscale: #C9C9C9. Windows color (decimal): -7283201 or 16768400. OLE color: 16768400.

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

Color convert

RGB 144 221 255 -
CMYK 0.44 0.13 0 0
HSL 198.38º 1% 0.78% -
HSV(B) 198.38º 0.44% 1% -
XYZ 55.41 64.86 104.21 -
YUV 201.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 144 221 255 0.44 0.13 0 0 198.38 1 0.78
Hex 90 DD FF 2C D 0 0 C6 64 4E
Octal 220 335 377 54 15 0 0 306 144 116
Binary 10010000 11011101 11111111 101100 1101 0 0 11000110 1100100 1001110

Color Harmonies of #90DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDFF

Black with #90DDFF

Text Example


Text Example

White with #90DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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