Html Css Color HEX #8CBFE2 Cornflower

📋 copy color: '#8CBFE2'

red 140 ◦ green 191 ◦ blue 226

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

Shades of Cornflower #8CBFE2

Tints of Cornflower #8CBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.57%

R = 25.13%
G = 34.29%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8CBFE2 (or 0x8CBFE2) is known color: Cornflower. HEX triplet: 8C, BF and E2. RGB value is (140,191,226). Sum of RGB (Red+Green+Blue) = 140+191+226=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CBFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBFE2 is #73401D. Grayscale: #B3B3B3. Windows color (decimal): -7553054 or 14860172. OLE color: 14860172.

HSL color Cylindrical-coordinate representation of color #8CBFE2: hue angle of 204.42º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBFE2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 191 226 -
CMYK 0.38 0.15 0 0.11
HSL 204.42º 0.6% 0.72% -
HSV(B) 204.42º 0.38% 0.89% -
XYZ 43.17 48.33 79 -
YUV 179.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 140 191 226 0.38 0.15 0 0.11 204.42 0.6 0.72
Hex 8C BF E2 26 F 0 B CC 3C 48
Octal 214 277 342 46 17 0 13 314 74 110
Binary 10001100 10111111 11100010 100110 1111 0 1011 11001100 111100 1001000

Color Harmonies of #8CBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBFE2

Black with #8CBFE2

Text Example


Text Example

White with #8CBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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