Html Css Color HEX #93C0DD Cornflower

📋 copy color: '#93C0DD'

red 147 ◦ green 192 ◦ blue 221

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

Shades of Cornflower #93C0DD

Tints of Cornflower #93C0DD

RGB

 RED value IS 147 (57.81% from 255) = 26.25%

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 26.25%
G = 34.29%
B = 39.46%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93C0DD (or 0x93C0DD) is known color: Cornflower. HEX triplet: 93, C0 and DD. RGB value is (147,192,221). Sum of RGB (Red+Green+Blue) = 147+192+221=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #93C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0DD is #6C3F22. Grayscale: #B5B5B5. Windows color (decimal): -7094051 or 14532755. OLE color: 14532755.

HSL color Cylindrical-coordinate representation of color #93C0DD: hue angle of 203.51º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C0DD is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 192 221 -
CMYK 0.33 0.13 0 0.13
HSL 203.51º 0.52% 0.72% -
HSV(B) 203.51º 0.33% 0.87% -
XYZ 43.93 49.12 75.57 -
YUV 181.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 147 192 221 0.33 0.13 0 0.13 203.51 0.52 0.72
Hex 93 C0 DD 21 D 0 D CC 34 48
Octal 223 300 335 41 15 0 15 314 64 110
Binary 10010011 11000000 11011101 100001 1101 0 1101 11001100 110100 1001000

Color Harmonies of #93C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C0DD

Black with #93C0DD

Text Example


Text Example

White with #93C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C0DD; }

 p { color: rgb(147,192,221); }

 H1.HeaderClassName
 {
   color: #93C0DD;
 }
 .AnyTagClassName
 {
   color: #93C0DD;
 }
</style>

background-color css

<style>
 a { background-color: #93C0DD; }

 a { background-color: rgb(147,192,221); }

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

border-color css

<style>
 span { border-color: #93C0DD; }

 span { border-color: rgb(147,192,221); }

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