Html Css Color HEX #90DCED Anakiwa

📋 copy color: '#90DCED'

red 144 ◦ green 220 ◦ blue 237

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

Shades of Anakiwa #90DCED

Tints of Anakiwa #90DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 23.96%
G = 36.61%
B = 39.43%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90DCED (or 0x90DCED) is known color: Anakiwa. HEX triplet: 90, DC and ED. RGB value is (144,220,237). Sum of RGB (Red+Green+Blue) = 144+220+237=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #90DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCED is #6F2312. Grayscale: #C7C7C7. Windows color (decimal): -7283475 or 15588496. OLE color: 15588496.

HSL color Cylindrical-coordinate representation of color #90DCED: hue angle of 190.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90DCED is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 220 237 -
CMYK 0.39 0.07 0 0.07
HSL 190.97º 0.72% 0.75% -
HSV(B) 190.97º 0.39% 0.93% -
XYZ 52.38 63.23 89.56 -
YUV 199.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 144 220 237 0.39 0.07 0 0.07 190.97 0.72 0.75
Hex 90 DC ED 27 7 0 7 BF 48 4B
Octal 220 334 355 47 7 0 7 277 110 113
Binary 10010000 11011100 11101101 100111 111 0 111 10111111 1001000 1001011

Color Harmonies of #90DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCED

Black with #90DCED

Text Example


Text Example

White with #90DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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