Html Css Color HEX #95C5EE Cornflower

📋 copy color: '#95C5EE'

red 149 ◦ green 197 ◦ blue 238

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

Shades of Cornflower #95C5EE

Tints of Cornflower #95C5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.73%

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 25.51%
G = 33.73%
B = 40.75%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95C5EE (or 0x95C5EE) is known color: Cornflower. HEX triplet: 95, C5 and EE. RGB value is (149,197,238). Sum of RGB (Red+Green+Blue) = 149+197+238=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #95C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C5EE is #6A3A11. Grayscale: #BBBBBB. Windows color (decimal): -6961682 or 15648149. OLE color: 15648149.

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

Color convert

RGB 149 197 238 -
CMYK 0.37 0.17 0 0.07
HSL 207.64º 0.72% 0.76% -
HSV(B) 207.64º 0.37% 0.93% -
XYZ 47.79 52.5 88.5 -
YUV 187.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 149 197 238 0.37 0.17 0 0.07 207.64 0.72 0.76
Hex 95 C5 EE 25 11 0 7 D0 48 4C
Octal 225 305 356 45 21 0 7 320 110 114
Binary 10010101 11000101 11101110 100101 10001 0 111 11010000 1001000 1001100

Color Harmonies of #95C5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C5EE

Black with #95C5EE

Text Example


Text Example

White with #95C5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,238); }

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

background-color css

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

 a { background-color: rgb(149,197,238); }

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

border-color css

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

 span { border-color: rgb(149,197,238); }

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