Html Css Color HEX #95BCE0 Cornflower

📋 copy color: '#95BCE0'

red 149 ◦ green 188 ◦ blue 224

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

Shades of Cornflower #95BCE0

Tints of Cornflower #95BCE0

RGB

 RED value IS 149 (58.59% from 255) = 26.56%

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 26.56%
G = 33.51%
B = 39.93%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95BCE0 (or 0x95BCE0) is known color: Cornflower. HEX triplet: 95, BC and E0. RGB value is (149,188,224). Sum of RGB (Red+Green+Blue) = 149+188+224=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #95BCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCE0 is #6A431F. Grayscale: #B4B4B4. Windows color (decimal): -6964000 or 14728341. OLE color: 14728341.

HSL color Cylindrical-coordinate representation of color #95BCE0: hue angle of 208.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BCE0 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 188 224 -
CMYK 0.33 0.16 0 0.12
HSL 208.8º 0.55% 0.73% -
HSV(B) 208.8º 0.33% 0.88% -
XYZ 43.83 47.74 77.43 -
YUV 180.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 149 188 224 0.33 0.16 0 0.12 208.8 0.55 0.73
Hex 95 BC E0 21 10 0 C D1 37 49
Octal 225 274 340 41 20 0 14 321 67 111
Binary 10010101 10111100 11100000 100001 10000 0 1100 11010001 110111 1001001

Color Harmonies of #95BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCE0

Black with #95BCE0

Text Example


Text Example

White with #95BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BCE0; }

 p { color: rgb(149,188,224); }

 H1.HeaderClassName
 {
   color: #95BCE0;
 }
 .AnyTagClassName
 {
   color: #95BCE0;
 }
</style>

background-color css

<style>
 a { background-color: #95BCE0; }

 a { background-color: rgb(149,188,224); }

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

border-color css

<style>
 span { border-color: #95BCE0; }

 span { border-color: rgb(149,188,224); }

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