Html Css Color HEX #90D3F1 Anakiwa

📋 copy color: '#90D3F1'

red 144 ◦ green 211 ◦ blue 241

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

Shades of Anakiwa #90D3F1

Tints of Anakiwa #90D3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 24.16%
G = 35.4%
B = 40.44%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90D3F1 (or 0x90D3F1) is known color: Anakiwa. HEX triplet: 90, D3 and F1. RGB value is (144,211,241). Sum of RGB (Red+Green+Blue) = 144+211+241=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #90D3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D3F1 is #6F2C0E. Grayscale: #C2C2C2. Windows color (decimal): -7285775 or 15848336. OLE color: 15848336.

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

Color convert

RGB 144 211 241 -
CMYK 0.40 0.12 0 0.05
HSL 198.56º 0.78% 0.75% -
HSV(B) 198.56º 0.4% 0.95% -
XYZ 50.67 58.87 91.91 -
YUV 194.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 144 211 241 0.40 0.12 0 0.05 198.56 0.78 0.75
Hex 90 D3 F1 28 C 0 5 C7 4E 4B
Octal 220 323 361 50 14 0 5 307 116 113
Binary 10010000 11010011 11110001 101000 1100 0 101 11000111 1001110 1001011

Color Harmonies of #90D3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D3F1

Black with #90D3F1

Text Example


Text Example

White with #90D3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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