Html Css Color HEX #95BED8 Cornflower

📋 copy color: '#95BED8'

red 149 ◦ green 190 ◦ blue 216

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

Shades of Cornflower #95BED8

Tints of Cornflower #95BED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 26.85%
G = 34.23%
B = 38.92%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#95BED8 (or 0x95BED8) is known color: Cornflower. HEX triplet: 95, BE and D8. RGB value is (149,190,216). Sum of RGB (Red+Green+Blue) = 149+190+216=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #95BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BED8 is #6A4127. Grayscale: #B4B4B4. Windows color (decimal): -6963496 or 14204565. OLE color: 14204565.

HSL color Cylindrical-coordinate representation of color #95BED8: hue angle of 203.28º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BED8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 190 216 -
CMYK 0.31 0.12 0 0.15
HSL 203.28º 0.46% 0.72% -
HSV(B) 203.28º 0.31% 0.85% -
XYZ 43.2 48.17 71.99 -
YUV 180.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 149 190 216 0.31 0.12 0 0.15 203.28 0.46 0.72
Hex 95 BE D8 1F C 0 F CB 2E 48
Octal 225 276 330 37 14 0 17 313 56 110
Binary 10010101 10111110 11011000 11111 1100 0 1111 11001011 101110 1001000

Color Harmonies of #95BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BED8

Black with #95BED8

Text Example


Text Example

White with #95BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,190,216); }

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

background-color css

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

 a { background-color: rgb(149,190,216); }

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

border-color css

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

 span { border-color: rgb(149,190,216); }

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