Html Css Color HEX #90C3DC Cornflower

📋 copy color: '#90C3DC'

red 144 ◦ green 195 ◦ blue 220

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

Shades of Cornflower #90C3DC

Tints of Cornflower #90C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.88%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 25.76%
G = 34.88%
B = 39.36%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90C3DC (or 0x90C3DC) is known color: Cornflower. HEX triplet: 90, C3 and DC. RGB value is (144,195,220). Sum of RGB (Red+Green+Blue) = 144+195+220=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #90C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3DC is #6F3C23. Grayscale: #B6B6B6. Windows color (decimal): -7289892 or 14467984. OLE color: 14467984.

HSL color Cylindrical-coordinate representation of color #90C3DC: hue angle of 199.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C3DC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 195 220 -
CMYK 0.35 0.11 0 0.14
HSL 199.74º 0.52% 0.71% -
HSV(B) 199.74º 0.35% 0.86% -
XYZ 43.93 50.13 75.07 -
YUV 182.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 144 195 220 0.35 0.11 0 0.14 199.74 0.52 0.71
Hex 90 C3 DC 23 B 0 E C8 34 47
Octal 220 303 334 43 13 0 16 310 64 107
Binary 10010000 11000011 11011100 100011 1011 0 1110 11001000 110100 1000111

Color Harmonies of #90C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C3DC

Black with #90C3DC

Text Example


Text Example

White with #90C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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