Html Css Color HEX #95C0DB Cornflower

📋 copy color: '#95C0DB'

red 149 ◦ green 192 ◦ blue 219

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

Shades of Cornflower #95C0DB

Tints of Cornflower #95C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 26.61%
G = 34.29%
B = 39.11%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#95C0DB (or 0x95C0DB) is known color: Cornflower. HEX triplet: 95, C0 and DB. RGB value is (149,192,219). Sum of RGB (Red+Green+Blue) = 149+192+219=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #95C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0DB is #6A3F24. Grayscale: #B6B6B6. Windows color (decimal): -6962981 or 14401685. OLE color: 14401685.

HSL color Cylindrical-coordinate representation of color #95C0DB: hue angle of 203.14º degrees, saturation: 0.49, 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 #95C0DB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 192 219 -
CMYK 0.32 0.12 0 0.14
HSL 203.14º 0.49% 0.72% -
HSV(B) 203.14º 0.32% 0.86% -
XYZ 44.03 49.2 74.19 -
YUV 182.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 149 192 219 0.32 0.12 0 0.14 203.14 0.49 0.72
Hex 95 C0 DB 20 C 0 E CB 31 48
Octal 225 300 333 40 14 0 16 313 61 110
Binary 10010101 11000000 11011011 100000 1100 0 1110 11001011 110001 1001000

Color Harmonies of #95C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0DB

Black with #95C0DB

Text Example


Text Example

White with #95C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,219); }

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

background-color css

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

 a { background-color: rgb(149,192,219); }

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

border-color css

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

 span { border-color: rgb(149,192,219); }

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