Html Css Color HEX #93CCDF Cornflower

📋 copy color: '#93CCDF'

red 147 ◦ green 204 ◦ blue 223

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

Shades of Cornflower #93CCDF

Tints of Cornflower #93CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.54%

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 25.61%
G = 35.54%
B = 38.85%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93CCDF (or 0x93CCDF) is known color: Cornflower. HEX triplet: 93, CC and DF. RGB value is (147,204,223). Sum of RGB (Red+Green+Blue) = 147+204+223=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #93CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCDF is #6C3320. Grayscale: #BCBCBC. Windows color (decimal): -7090977 or 14666899. OLE color: 14666899.

HSL color Cylindrical-coordinate representation of color #93CCDF: hue angle of 195º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CCDF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 204 223 -
CMYK 0.34 0.09 0 0.13
HSL 195º 0.54% 0.73% -
HSV(B) 195º 0.34% 0.87% -
XYZ 46.94 54.72 77.9 -
YUV 189.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 147 204 223 0.34 0.09 0 0.13 195 0.54 0.73
Hex 93 CC DF 22 9 0 D C3 36 49
Octal 223 314 337 42 11 0 15 303 66 111
Binary 10010011 11001100 11011111 100010 1001 0 1101 11000011 110110 1001001

Color Harmonies of #93CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCDF

Black with #93CCDF

Text Example


Text Example

White with #93CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,204,223); }

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

background-color css

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

 a { background-color: rgb(147,204,223); }

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

border-color css

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

 span { border-color: rgb(147,204,223); }

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