Html Css Color HEX #90DBF0 Anakiwa

📋 copy color: '#90DBF0'

red 144 ◦ green 219 ◦ blue 240

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

Shades of Anakiwa #90DBF0

Tints of Anakiwa #90DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 23.88%
G = 36.32%
B = 39.8%

CMYK

 C value IS 0.4

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90DBF0 (or 0x90DBF0) is known color: Anakiwa. HEX triplet: 90, DB and F0. RGB value is (144,219,240). Sum of RGB (Red+Green+Blue) = 144+219+240=603 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.88% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #90DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBF0 is #6F240F. Grayscale: #C6C6C6. Windows color (decimal): -7283728 or 15784848. OLE color: 15784848.

HSL color Cylindrical-coordinate representation of color #90DBF0: hue angle of 193.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DBF0 is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 219 240 -
CMYK 0.4 0.09 0 0.06
HSL 193.13º 0.76% 0.75% -
HSV(B) 193.13º 0.4% 0.94% -
XYZ 52.56 62.88 91.81 -
YUV 198.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 144 219 240 0.4 0.09 0 0.06 193.13 0.76 0.75
Hex 90 DB F0 28 9 0 6 C1 4C 4B
Octal 220 333 360 50 11 0 6 301 114 113
Binary 10010000 11011011 11110000 101000 1001 0 110 11000001 1001100 1001011

Color Harmonies of #90DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DBF0

Black with #90DBF0

Text Example


Text Example

White with #90DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,219,240); }

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

background-color css

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

 a { background-color: rgb(144,219,240); }

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

border-color css

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

 span { border-color: rgb(144,219,240); }

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