Html Css Color HEX #95D5EE Cornflower

📋 copy color: '#95D5EE'

red 149 ◦ green 213 ◦ blue 238

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

Shades of Cornflower #95D5EE

Tints of Cornflower #95D5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.5%

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

R = 24.83%
G = 35.5%
B = 39.67%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95D5EE (or 0x95D5EE) is known color: Cornflower. HEX triplet: 95, D5 and EE. RGB value is (149,213,238). Sum of RGB (Red+Green+Blue) = 149+213+238=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #95D5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D5EE is #6A2A11. Grayscale: #C4C4C4. Windows color (decimal): -6957586 or 15652245. OLE color: 15652245.

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

Color convert

RGB 149 213 238 -
CMYK 0.37 0.11 0 0.07
HSL 196.85º 0.72% 0.76% -
HSV(B) 196.85º 0.37% 0.93% -
XYZ 51.62 60.15 89.78 -
YUV 196.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 149 213 238 0.37 0.11 0 0.07 196.85 0.72 0.76
Hex 95 D5 EE 25 B 0 7 C5 48 4C
Octal 225 325 356 45 13 0 7 305 110 114
Binary 10010101 11010101 11101110 100101 1011 0 111 11000101 1001000 1001100

Color Harmonies of #95D5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D5EE

Black with #95D5EE

Text Example


Text Example

White with #95D5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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