Html Css Color HEX #90DDFE Columbia Blue

📋 copy color: '#90DDFE'

red 144 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #90DDFE

Tints of Columbia Blue #90DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 23.26%
G = 35.7%
B = 41.03%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#90DDFE (or 0x90DDFE) is known color: Columbia Blue. HEX triplet: 90, DD and FE. RGB value is (144,221,254). Sum of RGB (Red+Green+Blue) = 144+221+254=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #90DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFE is #6F2201. Grayscale: #C9C9C9. Windows color (decimal): -7283202 or 16702864. OLE color: 16702864.

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

Color convert

RGB 144 221 254 -
CMYK 0.43 0.13 0 0.00
HSL 198º 0.98% 0.78% -
HSV(B) 198º 0.43% 1% -
XYZ 55.25 64.8 103.36 -
YUV 201.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 144 221 254 0.43 0.13 0 0.00 198 0.98 0.78
Hex 90 DD FE 2B D 0 0 C6 62 4E
Octal 220 335 376 53 15 0 0 306 142 116
Binary 10010000 11011101 11111110 101011 1101 0 0 11000110 1100010 1001110

Color Harmonies of #90DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDFE

Black with #90DDFE

Text Example


Text Example

White with #90DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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