Html Css Color HEX #90CBDC Anakiwa

📋 copy color: '#90CBDC'

red 144 ◦ green 203 ◦ blue 220

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

Shades of Anakiwa #90CBDC

Tints of Anakiwa #90CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 25.4%
G = 35.8%
B = 38.8%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90CBDC (or 0x90CBDC) is known color: Anakiwa. HEX triplet: 90, CB and DC. RGB value is (144,203,220). Sum of RGB (Red+Green+Blue) = 144+203+220=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #90CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBDC is #6F3423. Grayscale: #BBBBBB. Windows color (decimal): -7287844 or 14470032. OLE color: 14470032.

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

Color convert

RGB 144 203 220 -
CMYK 0.35 0.08 0 0.14
HSL 193.42º 0.52% 0.71% -
HSV(B) 193.42º 0.35% 0.86% -
XYZ 45.78 53.81 75.68 -
YUV 187.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 144 203 220 0.35 0.08 0 0.14 193.42 0.52 0.71
Hex 90 CB DC 23 8 0 E C1 34 47
Octal 220 313 334 43 10 0 16 301 64 107
Binary 10010000 11001011 11011100 100011 1000 0 1110 11000001 110100 1000111

Color Harmonies of #90CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBDC

Black with #90CBDC

Text Example


Text Example

White with #90CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,203,220); }

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

background-color css

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

 a { background-color: rgb(144,203,220); }

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

border-color css

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

 span { border-color: rgb(144,203,220); }

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