Html Css Color HEX #95CDE1 Cornflower

📋 copy color: '#95CDE1'

red 149 ◦ green 205 ◦ blue 225

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

Shades of Cornflower #95CDE1

Tints of Cornflower #95CDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 25.73%
G = 35.41%
B = 38.86%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95CDE1 (or 0x95CDE1) is known color: Cornflower. HEX triplet: 95, CD and E1. RGB value is (149,205,225). Sum of RGB (Red+Green+Blue) = 149+205+225=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #95CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDE1 is #6A321E. Grayscale: #BEBEBE. Windows color (decimal): -6959647 or 14798229. OLE color: 14798229.

HSL color Cylindrical-coordinate representation of color #95CDE1: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CDE1 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 205 225 -
CMYK 0.34 0.09 0 0.12
HSL 195.79º 0.56% 0.73% -
HSV(B) 195.79º 0.34% 0.88% -
XYZ 47.82 55.49 79.42 -
YUV 190.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 149 205 225 0.34 0.09 0 0.12 195.79 0.56 0.73
Hex 95 CD E1 22 9 0 C C4 38 49
Octal 225 315 341 42 11 0 14 304 70 111
Binary 10010101 11001101 11100001 100010 1001 0 1100 11000100 111000 1001001

Color Harmonies of #95CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDE1

Black with #95CDE1

Text Example


Text Example

White with #95CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,205,225); }

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

background-color css

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

 a { background-color: rgb(149,205,225); }

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

border-color css

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

 span { border-color: rgb(149,205,225); }

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