Html Css Color HEX #95B9DD Cornflower

📋 copy color: '#95B9DD'

red 149 ◦ green 185 ◦ blue 221

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

Shades of Cornflower #95B9DD

Tints of Cornflower #95B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.33%

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

R = 26.85%
G = 33.33%
B = 39.82%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95B9DD (or 0x95B9DD) is known color: Cornflower. HEX triplet: 95, B9 and DD. RGB value is (149,185,221). Sum of RGB (Red+Green+Blue) = 149+185+221=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9DD is #6A4622. Grayscale: #B2B2B2. Windows color (decimal): -6964771 or 14530965. OLE color: 14530965.

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

Color convert

RGB 149 185 221 -
CMYK 0.33 0.16 0 0.13
HSL 210º 0.51% 0.73% -
HSV(B) 210º 0.33% 0.87% -
XYZ 42.79 46.31 75.09 -
YUV 178.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 149 185 221 0.33 0.16 0 0.13 210 0.51 0.73
Hex 95 B9 DD 21 10 0 D D2 33 49
Octal 225 271 335 41 20 0 15 322 63 111
Binary 10010101 10111001 11011101 100001 10000 0 1101 11010010 110011 1001001

Color Harmonies of #95B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B9DD

Black with #95B9DD

Text Example


Text Example

White with #95B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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