Html Css Color HEX #95C0EB Cornflower

📋 copy color: '#95C0EB'

red 149 ◦ green 192 ◦ blue 235

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

Shades of Cornflower #95C0EB

Tints of Cornflower #95C0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 25.87%
G = 33.33%
B = 40.8%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95C0EB (or 0x95C0EB) is known color: Cornflower. HEX triplet: 95, C0 and EB. RGB value is (149,192,235). Sum of RGB (Red+Green+Blue) = 149+192+235=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #95C0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C0EB is #6A3F14. Grayscale: #B7B7B7. Windows color (decimal): -6962965 or 15450261. OLE color: 15450261.

HSL color Cylindrical-coordinate representation of color #95C0EB: hue angle of 210º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C0EB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 192 235 -
CMYK 0.37 0.18 0 0.08
HSL 210º 0.68% 0.75% -
HSV(B) 210º 0.37% 0.92% -
XYZ 46.24 50.09 85.83 -
YUV 184.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 149 192 235 0.37 0.18 0 0.08 210 0.68 0.75
Hex 95 C0 EB 25 12 0 8 D2 44 4B
Octal 225 300 353 45 22 0 10 322 104 113
Binary 10010101 11000000 11101011 100101 10010 0 1000 11010010 1000100 1001011

Color Harmonies of #95C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0EB

Black with #95C0EB

Text Example


Text Example

White with #95C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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