Html Css Color HEX #95BBDD Cornflower

📋 copy color: '#95BBDD'

red 149 ◦ green 187 ◦ blue 221

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

Shades of Cornflower #95BBDD

Tints of Cornflower #95BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 26.75%
G = 33.57%
B = 39.68%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95BBDD (or 0x95BBDD) is known color: Cornflower. HEX triplet: 95, BB and DD. RGB value is (149,187,221). Sum of RGB (Red+Green+Blue) = 149+187+221=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #95BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBDD is #6A4422. Grayscale: #B3B3B3. Windows color (decimal): -6964259 or 14531477. OLE color: 14531477.

HSL color Cylindrical-coordinate representation of color #95BBDD: hue angle of 208.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95BBDD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 187 221 -
CMYK 0.33 0.15 0 0.13
HSL 208.33º 0.51% 0.73% -
HSV(B) 208.33º 0.33% 0.87% -
XYZ 43.22 47.15 75.23 -
YUV 179.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 149 187 221 0.33 0.15 0 0.13 208.33 0.51 0.73
Hex 95 BB DD 21 F 0 D D0 33 49
Octal 225 273 335 41 17 0 15 320 63 111
Binary 10010101 10111011 11011101 100001 1111 0 1101 11010000 110011 1001001

Color Harmonies of #95BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBDD

Black with #95BBDD

Text Example


Text Example

White with #95BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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