Html Css Color HEX #95BCEC Cornflower

📋 copy color: '#95BCEC'

red 149 ◦ green 188 ◦ blue 236

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

Shades of Cornflower #95BCEC

Tints of Cornflower #95BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 26%
G = 32.81%
B = 41.19%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95BCEC (or 0x95BCEC) is known color: Cornflower. HEX triplet: 95, BC and EC. RGB value is (149,188,236). Sum of RGB (Red+Green+Blue) = 149+188+236=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #95BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCEC is #6A4313. Grayscale: #B5B5B5. Windows color (decimal): -6963988 or 15514773. OLE color: 15514773.

HSL color Cylindrical-coordinate representation of color #95BCEC: hue angle of 213.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95BCEC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 188 236 -
CMYK 0.37 0.20 0 0.07
HSL 213.1º 0.7% 0.75% -
HSV(B) 213.1º 0.37% 0.93% -
XYZ 45.52 48.41 86.3 -
YUV 181.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 149 188 236 0.37 0.20 0 0.07 213.1 0.7 0.75
Hex 95 BC EC 25 14 0 7 D5 46 4B
Octal 225 274 354 45 24 0 7 325 106 113
Binary 10010101 10111100 11101100 100101 10100 0 111 11010101 1000110 1001011

Color Harmonies of #95BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCEC

Black with #95BCEC

Text Example


Text Example

White with #95BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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