Html Css Color HEX #8CC3DF Cornflower

📋 copy color: '#8CC3DF'

red 140 ◦ green 195 ◦ blue 223

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

Shades of Cornflower #8CC3DF

Tints of Cornflower #8CC3DF

RGB

 RED value IS 140 (55.08% from 255) = 25.09%

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

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

R = 25.09%
G = 34.95%
B = 39.96%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CC3DF (or 0x8CC3DF) is known color: Cornflower. HEX triplet: 8C, C3 and DF. RGB value is (140,195,223). Sum of RGB (Red+Green+Blue) = 140+195+223=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC3DF is #733C20. Grayscale: #B5B5B5. Windows color (decimal): -7552033 or 14664588. OLE color: 14664588.

HSL color Cylindrical-coordinate representation of color #8CC3DF: hue angle of 200.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CC3DF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 195 223 -
CMYK 0.37 0.13 0 0.13
HSL 200.24º 0.56% 0.71% -
HSV(B) 200.24º 0.37% 0.87% -
XYZ 43.65 49.93 77.15 -
YUV 181.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 140 195 223 0.37 0.13 0 0.13 200.24 0.56 0.71
Hex 8C C3 DF 25 D 0 D C8 38 47
Octal 214 303 337 45 15 0 15 310 70 107
Binary 10001100 11000011 11011111 100101 1101 0 1101 11001000 111000 1000111

Color Harmonies of #8CC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC3DF

Black with #8CC3DF

Text Example


Text Example

White with #8CC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CC3DF; }

 p { color: rgb(140,195,223); }

 H1.HeaderClassName
 {
   color: #8CC3DF;
 }
 .AnyTagClassName
 {
   color: #8CC3DF;
 }
</style>

background-color css

<style>
 a { background-color: #8CC3DF; }

 a { background-color: rgb(140,195,223); }

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

border-color css

<style>
 span { border-color: #8CC3DF; }

 span { border-color: rgb(140,195,223); }

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