Html Css Color HEX #90C8DB Anakiwa

📋 copy color: '#90C8DB'

red 144 ◦ green 200 ◦ blue 219

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

Shades of Anakiwa #90C8DB

Tints of Anakiwa #90C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 25.58%
G = 35.52%
B = 38.9%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90C8DB (or 0x90C8DB) is known color: Anakiwa. HEX triplet: 90, C8 and DB. RGB value is (144,200,219). Sum of RGB (Red+Green+Blue) = 144+200+219=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #90C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8DB is #6F3724. Grayscale: #B9B9B9. Windows color (decimal): -7288613 or 14403728. OLE color: 14403728.

HSL color Cylindrical-coordinate representation of color #90C8DB: hue angle of 195.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C8DB is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 200 219 -
CMYK 0.34 0.09 0 0.14
HSL 195.2º 0.51% 0.71% -
HSV(B) 195.2º 0.34% 0.86% -
XYZ 44.94 52.35 74.75 -
YUV 185.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 144 200 219 0.34 0.09 0 0.14 195.2 0.51 0.71
Hex 90 C8 DB 22 9 0 E C3 33 47
Octal 220 310 333 42 11 0 16 303 63 107
Binary 10010000 11001000 11011011 100010 1001 0 1110 11000011 110011 1000111

Color Harmonies of #90C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C8DB

Black with #90C8DB

Text Example


Text Example

White with #90C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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