Html Css Color HEX #95D3EE Cornflower

📋 copy color: '#95D3EE'

red 149 ◦ green 211 ◦ blue 238

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

Shades of Cornflower #95D3EE

Tints of Cornflower #95D3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.28%

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

R = 24.92%
G = 35.28%
B = 39.8%

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

#95D3EE (or 0x95D3EE) is known color: Cornflower. HEX triplet: 95, D3 and EE. RGB value is (149,211,238). Sum of RGB (Red+Green+Blue) = 149+211+238=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #95D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D3EE is #6A2C11. Grayscale: #C3C3C3. Windows color (decimal): -6958098 or 15651733. OLE color: 15651733.

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

Color convert

RGB 149 211 238 -
CMYK 0.37 0.11 0 0.07
HSL 198.2º 0.72% 0.76% -
HSV(B) 198.2º 0.37% 0.93% -
XYZ 51.12 59.15 89.61 -
YUV 195.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 149 211 238 0.37 0.11 0 0.07 198.2 0.72 0.76
Hex 95 D3 EE 25 B 0 7 C6 48 4C
Octal 225 323 356 45 13 0 7 306 110 114
Binary 10010101 11010011 11101110 100101 1011 0 111 11000110 1001000 1001100

Color Harmonies of #95D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D3EE

Black with #95D3EE

Text Example


Text Example

White with #95D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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