Html Css Color HEX #90DCF2 Anakiwa

📋 copy color: '#90DCF2'

red 144 ◦ green 220 ◦ blue 242

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

Shades of Anakiwa #90DCF2

Tints of Anakiwa #90DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.93%

R = 23.76%
G = 36.3%
B = 39.93%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90DCF2 (or 0x90DCF2) is known color: Anakiwa. HEX triplet: 90, DC and F2. RGB value is (144,220,242). Sum of RGB (Red+Green+Blue) = 144+220+242=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #90DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCF2 is #6F230D. Grayscale: #C7C7C7. Windows color (decimal): -7283470 or 15916176. OLE color: 15916176.

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

Color convert

RGB 144 220 242 -
CMYK 0.40 0.09 0 0.05
HSL 193.47º 0.79% 0.76% -
HSV(B) 193.47º 0.4% 0.95% -
XYZ 53.12 63.53 93.47 -
YUV 199.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 144 220 242 0.40 0.09 0 0.05 193.47 0.79 0.76
Hex 90 DC F2 28 9 0 5 C1 4F 4C
Octal 220 334 362 50 11 0 5 301 117 114
Binary 10010000 11011100 11110010 101000 1001 0 101 11000001 1001111 1001100

Color Harmonies of #90DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCF2

Black with #90DCF2

Text Example


Text Example

White with #90DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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