Html Css Color HEX #95BEDB Cornflower

📋 copy color: '#95BEDB'

red 149 ◦ green 190 ◦ blue 219

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

Shades of Cornflower #95BEDB

Tints of Cornflower #95BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 26.7%
G = 34.05%
B = 39.25%

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

#95BEDB (or 0x95BEDB) is known color: Cornflower. HEX triplet: 95, BE and DB. RGB value is (149,190,219). Sum of RGB (Red+Green+Blue) = 149+190+219=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #95BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEDB is #6A4124. Grayscale: #B4B4B4. Windows color (decimal): -6963493 or 14401173. OLE color: 14401173.

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

Color convert

RGB 149 190 219 -
CMYK 0.32 0.13 0 0.14
HSL 204.86º 0.49% 0.72% -
HSV(B) 204.86º 0.32% 0.86% -
XYZ 43.59 48.33 74.05 -
YUV 181.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 149 190 219 0.32 0.13 0 0.14 204.86 0.49 0.72
Hex 95 BE DB 20 D 0 E CD 31 48
Octal 225 276 333 40 15 0 16 315 61 110
Binary 10010101 10111110 11011011 100000 1101 0 1110 11001101 110001 1001000

Color Harmonies of #95BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BEDB

Black with #95BEDB

Text Example


Text Example

White with #95BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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