Html Css Color HEX #90DAF9 Columbia Blue

📋 copy color: '#90DAF9'

red 144 ◦ green 218 ◦ blue 249

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

Shades of Columbia Blue #90DAF9

Tints of Columbia Blue #90DAF9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.68%

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 23.57%
G = 35.68%
B = 40.75%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90DAF9 (or 0x90DAF9) is known color: Columbia Blue. HEX triplet: 90, DA and F9. RGB value is (144,218,249). Sum of RGB (Red+Green+Blue) = 144+218+249=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #90DAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAF9 is #6F2506. Grayscale: #C7C7C7. Windows color (decimal): -7283975 or 16374416. OLE color: 16374416.

HSL color Cylindrical-coordinate representation of color #90DAF9: hue angle of 197.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90DAF9 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 218 249 -
CMYK 0.42 0.12 0 0.02
HSL 197.71º 0.9% 0.77% -
HSV(B) 197.71º 0.42% 0.98% -
XYZ 53.67 62.91 98.94 -
YUV 199.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 144 218 249 0.42 0.12 0 0.02 197.71 0.9 0.77
Hex 90 DA F9 2A C 0 2 C6 5A 4D
Octal 220 332 371 52 14 0 2 306 132 115
Binary 10010000 11011010 11111001 101010 1100 0 10 11000110 1011010 1001101

Color Harmonies of #90DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DAF9

Black with #90DAF9

Text Example


Text Example

White with #90DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,218,249); }

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

background-color css

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

 a { background-color: rgb(144,218,249); }

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

border-color css

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

 span { border-color: rgb(144,218,249); }

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