Html Css Color HEX #91C4DC Cornflower

📋 copy color: '#91C4DC'

red 145 ◦ green 196 ◦ blue 220

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

Shades of Cornflower #91C4DC

Tints of Cornflower #91C4DC

RGB

 RED value IS 145 (57.03% from 255) = 25.85%

 GREEN value IS 196 (76.95% from 255) = 34.94%

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

R = 25.85%
G = 34.94%
B = 39.22%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91C4DC (or 0x91C4DC) is known color: Cornflower. HEX triplet: 91, C4 and DC. RGB value is (145,196,220). Sum of RGB (Red+Green+Blue) = 145+196+220=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #91C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C4DC is #6E3B23. Grayscale: #B7B7B7. Windows color (decimal): -7224100 or 14468241. OLE color: 14468241.

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

Color convert

RGB 145 196 220 -
CMYK 0.34 0.11 0 0.14
HSL 199.2º 0.52% 0.72% -
HSV(B) 199.2º 0.34% 0.86% -
XYZ 44.34 50.67 75.15 -
YUV 183.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 145 196 220 0.34 0.11 0 0.14 199.2 0.52 0.72
Hex 91 C4 DC 22 B 0 E C7 34 48
Octal 221 304 334 42 13 0 16 307 64 110
Binary 10010001 11000100 11011100 100010 1011 0 1110 11000111 110100 1001000

Color Harmonies of #91C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C4DC

Black with #91C4DC

Text Example


Text Example

White with #91C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91C4DC; }

 p { color: rgb(145,196,220); }

 H1.HeaderClassName
 {
   color: #91C4DC;
 }
 .AnyTagClassName
 {
   color: #91C4DC;
 }
</style>

background-color css

<style>
 a { background-color: #91C4DC; }

 a { background-color: rgb(145,196,220); }

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

border-color css

<style>
 span { border-color: #91C4DC; }

 span { border-color: rgb(145,196,220); }

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