Html Css Color HEX #90DBF1 Anakiwa

📋 copy color: '#90DBF1'

red 144 ◦ green 219 ◦ blue 241

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

Shades of Anakiwa #90DBF1

Tints of Anakiwa #90DBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.9%

R = 23.84%
G = 36.26%
B = 39.9%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90DBF1 (or 0x90DBF1) is known color: Anakiwa. HEX triplet: 90, DB and F1. RGB value is (144,219,241). Sum of RGB (Red+Green+Blue) = 144+219+241=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #90DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBF1 is #6F240E. Grayscale: #C6C6C6. Windows color (decimal): -7283727 or 15850384. OLE color: 15850384.

HSL color Cylindrical-coordinate representation of color #90DBF1: hue angle of 193.61º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DBF1 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 219 241 -
CMYK 0.40 0.09 0 0.05
HSL 193.61º 0.78% 0.75% -
HSV(B) 193.61º 0.4% 0.95% -
XYZ 52.71 62.94 92.59 -
YUV 199.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 144 219 241 0.40 0.09 0 0.05 193.61 0.78 0.75
Hex 90 DB F1 28 9 0 5 C2 4E 4B
Octal 220 333 361 50 11 0 5 302 116 113
Binary 10010000 11011011 11110001 101000 1001 0 101 11000010 1001110 1001011

Color Harmonies of #90DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DBF1

Black with #90DBF1

Text Example


Text Example

White with #90DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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