Html Css Color HEX #95BDDD Cornflower

📋 copy color: '#95BDDD'

red 149 ◦ green 189 ◦ blue 221

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

Shades of Cornflower #95BDDD

Tints of Cornflower #95BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

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

R = 26.65%
G = 33.81%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95BDDD (or 0x95BDDD) is known color: Cornflower. HEX triplet: 95, BD and DD. RGB value is (149,189,221). Sum of RGB (Red+Green+Blue) = 149+189+221=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #95BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDDD is #6A4222. Grayscale: #B4B4B4. Windows color (decimal): -6963747 or 14531989. OLE color: 14531989.

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

Color convert

RGB 149 189 221 -
CMYK 0.33 0.14 0 0.13
HSL 206.67º 0.51% 0.73% -
HSV(B) 206.67º 0.33% 0.87% -
XYZ 43.64 48.01 75.37 -
YUV 180.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 149 189 221 0.33 0.14 0 0.13 206.67 0.51 0.73
Hex 95 BD DD 21 E 0 D CF 33 49
Octal 225 275 335 41 16 0 15 317 63 111
Binary 10010101 10111101 11011101 100001 1110 0 1101 11001111 110011 1001001

Color Harmonies of #95BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDDD

Black with #95BDDD

Text Example


Text Example

White with #95BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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