Html Css Color HEX #95C7EC Cornflower

📋 copy color: '#95C7EC'

red 149 ◦ green 199 ◦ blue 236

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

Shades of Cornflower #95C7EC

Tints of Cornflower #95C7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.08%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 25.51%
G = 34.08%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95C7EC (or 0x95C7EC) is known color: Cornflower. HEX triplet: 95, C7 and EC. RGB value is (149,199,236). Sum of RGB (Red+Green+Blue) = 149+199+236=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #95C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C7EC is #6A3813. Grayscale: #BCBCBC. Windows color (decimal): -6961172 or 15517589. OLE color: 15517589.

HSL color Cylindrical-coordinate representation of color #95C7EC: hue angle of 205.52º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C7EC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 199 236 -
CMYK 0.37 0.16 0 0.07
HSL 205.52º 0.7% 0.75% -
HSV(B) 205.52º 0.37% 0.93% -
XYZ 47.96 53.29 87.12 -
YUV 188.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 149 199 236 0.37 0.16 0 0.07 205.52 0.7 0.75
Hex 95 C7 EC 25 10 0 7 CE 46 4B
Octal 225 307 354 45 20 0 7 316 106 113
Binary 10010101 11000111 11101100 100101 10000 0 111 11001110 1000110 1001011

Color Harmonies of #95C7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C7EC

Black with #95C7EC

Text Example


Text Example

White with #95C7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,199,236); }

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

background-color css

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

 a { background-color: rgb(149,199,236); }

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

border-color css

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

 span { border-color: rgb(149,199,236); }

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