Html Css Color HEX #90CEDF Anakiwa

📋 copy color: '#90CEDF'

red 144 ◦ green 206 ◦ blue 223

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

Shades of Anakiwa #90CEDF

Tints of Anakiwa #90CEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 25.13%
G = 35.95%
B = 38.92%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90CEDF (or 0x90CEDF) is known color: Anakiwa. HEX triplet: 90, CE and DF. RGB value is (144,206,223). Sum of RGB (Red+Green+Blue) = 144+206+223=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #90CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEDF is #6F3120. Grayscale: #BDBDBD. Windows color (decimal): -7287073 or 14667408. OLE color: 14667408.

HSL color Cylindrical-coordinate representation of color #90CEDF: hue angle of 192.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CEDF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 206 223 -
CMYK 0.35 0.08 0 0.13
HSL 192.91º 0.55% 0.72% -
HSV(B) 192.91º 0.35% 0.87% -
XYZ 46.89 55.4 78.03 -
YUV 189.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 144 206 223 0.35 0.08 0 0.13 192.91 0.55 0.72
Hex 90 CE DF 23 8 0 D C1 37 48
Octal 220 316 337 43 10 0 15 301 67 110
Binary 10010000 11001110 11011111 100011 1000 0 1101 11000001 110111 1001000

Color Harmonies of #90CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CEDF

Black with #90CEDF

Text Example


Text Example

White with #90CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,206,223); }

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

background-color css

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

 a { background-color: rgb(144,206,223); }

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

border-color css

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

 span { border-color: rgb(144,206,223); }

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