Html Css Color HEX #90D3EF Anakiwa

📋 copy color: '#90D3EF'

red 144 ◦ green 211 ◦ blue 239

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

Shades of Anakiwa #90D3EF

Tints of Anakiwa #90D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.52%

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 24.24%
G = 35.52%
B = 40.24%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90D3EF (or 0x90D3EF) is known color: Anakiwa. HEX triplet: 90, D3 and EF. RGB value is (144,211,239). Sum of RGB (Red+Green+Blue) = 144+211+239=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #90D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D3EF is #6F2C10. Grayscale: #C1C1C1. Windows color (decimal): -7285777 or 15717264. OLE color: 15717264.

HSL color Cylindrical-coordinate representation of color #90D3EF: hue angle of 197.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D3EF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 211 239 -
CMYK 0.40 0.12 0 0.06
HSL 197.68º 0.75% 0.75% -
HSV(B) 197.68º 0.4% 0.94% -
XYZ 50.38 58.75 90.35 -
YUV 194.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 144 211 239 0.40 0.12 0 0.06 197.68 0.75 0.75
Hex 90 D3 EF 28 C 0 6 C6 4B 4B
Octal 220 323 357 50 14 0 6 306 113 113
Binary 10010000 11010011 11101111 101000 1100 0 110 11000110 1001011 1001011

Color Harmonies of #90D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D3EF

Black with #90D3EF

Text Example


Text Example

White with #90D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,211,239); }

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

background-color css

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

 a { background-color: rgb(144,211,239); }

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

border-color css

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

 span { border-color: rgb(144,211,239); }

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