Html Css Color HEX #8BC3E6 Cornflower

📋 copy color: '#8BC3E6'

red 139 ◦ green 195 ◦ blue 230

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

Shades of Cornflower #8BC3E6

Tints of Cornflower #8BC3E6

RGB

 RED value IS 139 (54.69% from 255) = 24.65%

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 24.65%
G = 34.57%
B = 40.78%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BC3E6 (or 0x8BC3E6) is known color: Cornflower. HEX triplet: 8B, C3 and E6. RGB value is (139,195,230). Sum of RGB (Red+Green+Blue) = 139+195+230=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BC3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC3E6 is #743C19. Grayscale: #B6B6B6. Windows color (decimal): -7617562 or 15123339. OLE color: 15123339.

HSL color Cylindrical-coordinate representation of color #8BC3E6: hue angle of 203.08º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC3E6 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 195 230 -
CMYK 0.40 0.15 0 0.10
HSL 203.08º 0.65% 0.72% -
HSV(B) 203.08º 0.4% 0.9% -
XYZ 44.45 50.23 82.22 -
YUV 182.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 139 195 230 0.40 0.15 0 0.10 203.08 0.65 0.72
Hex 8B C3 E6 28 F 0 A CB 41 48
Octal 213 303 346 50 17 0 12 313 101 110
Binary 10001011 11000011 11100110 101000 1111 0 1010 11001011 1000001 1001000

Color Harmonies of #8BC3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC3E6

Black with #8BC3E6

Text Example


Text Example

White with #8BC3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,195,230); }

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

background-color css

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

 a { background-color: rgb(139,195,230); }

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

border-color css

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

 span { border-color: rgb(139,195,230); }

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