Html Css Color HEX #95C8EE Cornflower

📋 copy color: '#95C8EE'

red 149 ◦ green 200 ◦ blue 238

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

Shades of Cornflower #95C8EE

Tints of Cornflower #95C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.07%

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

R = 25.38%
G = 34.07%
B = 40.55%

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

#95C8EE (or 0x95C8EE) is known color: Cornflower. HEX triplet: 95, C8 and EE. RGB value is (149,200,238). Sum of RGB (Red+Green+Blue) = 149+200+238=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #95C8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C8EE is #6A3711. Grayscale: #BCBCBC. Windows color (decimal): -6960914 or 15648917. OLE color: 15648917.

HSL color Cylindrical-coordinate representation of color #95C8EE: hue angle of 205.62º 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 #95C8EE is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 200 238 -
CMYK 0.37 0.16 0 0.07
HSL 205.62º 0.72% 0.76% -
HSV(B) 205.62º 0.37% 0.93% -
XYZ 48.48 53.87 88.73 -
YUV 189.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 149 200 238 0.37 0.16 0 0.07 205.62 0.72 0.76
Hex 95 C8 EE 25 10 0 7 CE 48 4C
Octal 225 310 356 45 20 0 7 316 110 114
Binary 10010101 11001000 11101110 100101 10000 0 111 11001110 1001000 1001100

Color Harmonies of #95C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C8EE

Black with #95C8EE

Text Example


Text Example

White with #95C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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