Html Css Color HEX #8CBFDB Cornflower

📋 copy color: '#8CBFDB'

red 140 ◦ green 191 ◦ blue 219

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

Shades of Cornflower #8CBFDB

Tints of Cornflower #8CBFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 25.45%
G = 34.73%
B = 39.82%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CBFDB (or 0x8CBFDB) is known color: Cornflower. HEX triplet: 8C, BF and DB. RGB value is (140,191,219). Sum of RGB (Red+Green+Blue) = 140+191+219=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFDB is #734024. Grayscale: #B2B2B2. Windows color (decimal): -7553061 or 14401420. OLE color: 14401420.

HSL color Cylindrical-coordinate representation of color #8CBFDB: hue angle of 201.27º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CBFDB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 191 219 -
CMYK 0.36 0.13 0 0.14
HSL 201.27º 0.52% 0.7% -
HSV(B) 201.27º 0.36% 0.86% -
XYZ 42.23 47.95 74.05 -
YUV 178.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 140 191 219 0.36 0.13 0 0.14 201.27 0.52 0.7
Hex 8C BF DB 24 D 0 E C9 34 46
Octal 214 277 333 44 15 0 16 311 64 106
Binary 10001100 10111111 11011011 100100 1101 0 1110 11001001 110100 1000110

Color Harmonies of #8CBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBFDB

Black with #8CBFDB

Text Example


Text Example

White with #8CBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,219); }

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

background-color css

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

 a { background-color: rgb(140,191,219); }

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

border-color css

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

 span { border-color: rgb(140,191,219); }

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