Html Css Color HEX #90DEF4 Columbia Blue

📋 copy color: '#90DEF4'

red 144 ◦ green 222 ◦ blue 244

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

Shades of Columbia Blue #90DEF4

Tints of Columbia Blue #90DEF4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 244 (95.7% from 255) = 40%

R = 23.61%
G = 36.39%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#90DEF4 (or 0x90DEF4) is known color: Columbia Blue. HEX triplet: 90, DE and F4. RGB value is (144,222,244). Sum of RGB (Red+Green+Blue) = 144+222+244=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 244 - color contains mainly: blue. Hex color #90DEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEF4 is #6F210B. Grayscale: #C9C9C9. Windows color (decimal): -7282956 or 16047760. OLE color: 16047760.

HSL color Cylindrical-coordinate representation of color #90DEF4: hue angle of 193.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DEF4 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 222 244 -
CMYK 0.41 0.09 0 0.04
HSL 193.2º 0.82% 0.76% -
HSV(B) 193.2º 0.41% 0.96% -
XYZ 53.95 64.7 95.23 -
YUV 201.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 144 222 244 0.41 0.09 0 0.04 193.2 0.82 0.76
Hex 90 DE F4 29 9 0 4 C1 52 4C
Octal 220 336 364 51 11 0 4 301 122 114
Binary 10010000 11011110 11110100 101001 1001 0 100 11000001 1010010 1001100

Color Harmonies of #90DEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DEF4

Black with #90DEF4

Text Example


Text Example

White with #90DEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,222,244); }

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

background-color css

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

 a { background-color: rgb(144,222,244); }

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

border-color css

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

 span { border-color: rgb(144,222,244); }

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