Html Css Color HEX #95BBD7 Cornflower

📋 copy color: '#95BBD7'

red 149 ◦ green 187 ◦ blue 215

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

Shades of Cornflower #95BBD7

Tints of Cornflower #95BBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 27.04%
G = 33.94%
B = 39.02%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#95BBD7 (or 0x95BBD7) is known color: Cornflower. HEX triplet: 95, BB and D7. RGB value is (149,187,215). Sum of RGB (Red+Green+Blue) = 149+187+215=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #95BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBD7 is #6A4428. Grayscale: #B2B2B2. Windows color (decimal): -6964265 or 14138261. OLE color: 14138261.

HSL color Cylindrical-coordinate representation of color #95BBD7: hue angle of 205.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BBD7 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 187 215 -
CMYK 0.31 0.13 0 0.16
HSL 205.45º 0.45% 0.71% -
HSV(B) 205.45º 0.31% 0.84% -
XYZ 42.43 46.84 71.09 -
YUV 178.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 149 187 215 0.31 0.13 0 0.16 205.45 0.45 0.71
Hex 95 BB D7 1F D 0 10 CD 2D 47
Octal 225 273 327 37 15 0 20 315 55 107
Binary 10010101 10111011 11010111 11111 1101 0 10000 11001101 101101 1000111

Color Harmonies of #95BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBD7

Black with #95BBD7

Text Example


Text Example

White with #95BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,215); }

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

background-color css

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

 a { background-color: rgb(149,187,215); }

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

border-color css

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

 span { border-color: rgb(149,187,215); }

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