Html Css Color HEX #95BBE0 Cornflower

📋 copy color: '#95BBE0'

red 149 ◦ green 187 ◦ blue 224

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

Shades of Cornflower #95BBE0

Tints of Cornflower #95BBE0

RGB

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

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

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

R = 26.61%
G = 33.39%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95BBE0 (or 0x95BBE0) is known color: Cornflower. HEX triplet: 95, BB and E0. RGB value is (149,187,224). Sum of RGB (Red+Green+Blue) = 149+187+224=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #95BBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBE0 is #6A441F. Grayscale: #B3B3B3. Windows color (decimal): -6964256 or 14728085. OLE color: 14728085.

HSL color Cylindrical-coordinate representation of color #95BBE0: hue angle of 209.6º 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 #95BBE0 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 187 224 -
CMYK 0.33 0.17 0 0.12
HSL 209.6º 0.55% 0.73% -
HSV(B) 209.6º 0.33% 0.88% -
XYZ 43.62 47.31 77.35 -
YUV 179.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 149 187 224 0.33 0.17 0 0.12 209.6 0.55 0.73
Hex 95 BB E0 21 11 0 C D2 37 49
Octal 225 273 340 41 21 0 14 322 67 111
Binary 10010101 10111011 11100000 100001 10001 0 1100 11010010 110111 1001001

Color Harmonies of #95BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBE0

Black with #95BBE0

Text Example


Text Example

White with #95BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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