Html Css Color HEX #95C8ED Cornflower

📋 copy color: '#95C8ED'

red 149 ◦ green 200 ◦ blue 237

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

Shades of Cornflower #95C8ED

Tints of Cornflower #95C8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 25.43%
G = 34.13%
B = 40.44%

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

#95C8ED (or 0x95C8ED) is known color: Cornflower. HEX triplet: 95, C8 and ED. RGB value is (149,200,237). Sum of RGB (Red+Green+Blue) = 149+200+237=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #95C8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C8ED is #6A3712. Grayscale: #BCBCBC. Windows color (decimal): -6960915 or 15583381. OLE color: 15583381.

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

Color convert

RGB 149 200 237 -
CMYK 0.37 0.16 0 0.07
HSL 205.23º 0.71% 0.76% -
HSV(B) 205.23º 0.37% 0.93% -
XYZ 48.33 53.81 87.96 -
YUV 188.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 149 200 237 0.37 0.16 0 0.07 205.23 0.71 0.76
Hex 95 C8 ED 25 10 0 7 CD 47 4C
Octal 225 310 355 45 20 0 7 315 107 114
Binary 10010101 11001000 11101101 100101 10000 0 111 11001101 1000111 1001100

Color Harmonies of #95C8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C8ED

Black with #95C8ED

Text Example


Text Example

White with #95C8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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