Html Css Color HEX #90DDFC Columbia Blue

📋 copy color: '#90DDFC'

red 144 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #90DDFC

Tints of Columbia Blue #90DDFC

RGB

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

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

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

R = 23.34%
G = 35.82%
B = 40.84%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#90DDFC (or 0x90DDFC) is known color: Columbia Blue. HEX triplet: 90, DD and FC. RGB value is (144,221,252). Sum of RGB (Red+Green+Blue) = 144+221+252=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFC is #6F2203. Grayscale: #C9C9C9. Windows color (decimal): -7283204 or 16571792. OLE color: 16571792.

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

Color convert

RGB 144 221 252 -
CMYK 0.43 0.12 0 0.01
HSL 197.22º 0.95% 0.78% -
HSV(B) 197.22º 0.43% 0.99% -
XYZ 54.93 64.67 101.68 -
YUV 201.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 144 221 252 0.43 0.12 0 0.01 197.22 0.95 0.78
Hex 90 DD FC 2B C 0 1 C5 5F 4E
Octal 220 335 374 53 14 0 1 305 137 116
Binary 10010000 11011101 11111100 101011 1100 0 1 11000101 1011111 1001110

Color Harmonies of #90DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DDFC

Black with #90DDFC

Text Example


Text Example

White with #90DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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