Html Css Color HEX #95BFDC Cornflower

📋 copy color: '#95BFDC'

red 149 ◦ green 191 ◦ blue 220

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

Shades of Cornflower #95BFDC

Tints of Cornflower #95BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 26.61%
G = 34.11%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95BFDC (or 0x95BFDC) is known color: Cornflower. HEX triplet: 95, BF and DC. RGB value is (149,191,220). Sum of RGB (Red+Green+Blue) = 149+191+220=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #95BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFDC is #6A4023. Grayscale: #B5B5B5. Windows color (decimal): -6963236 or 14466965. OLE color: 14466965.

HSL color Cylindrical-coordinate representation of color #95BFDC: hue angle of 204.51º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95BFDC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 191 220 -
CMYK 0.32 0.13 0 0.14
HSL 204.51º 0.5% 0.72% -
HSV(B) 204.51º 0.32% 0.86% -
XYZ 43.94 48.82 74.82 -
YUV 181.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 149 191 220 0.32 0.13 0 0.14 204.51 0.5 0.72
Hex 95 BF DC 20 D 0 E CD 32 48
Octal 225 277 334 40 15 0 16 315 62 110
Binary 10010101 10111111 11011100 100000 1101 0 1110 11001101 110010 1001000

Color Harmonies of #95BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BFDC

Black with #95BFDC

Text Example


Text Example

White with #95BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,220); }

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

background-color css

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

 a { background-color: rgb(149,191,220); }

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

border-color css

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

 span { border-color: rgb(149,191,220); }

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