Html Css Color HEX #95D4EF Cornflower

📋 copy color: '#95D4EF'

red 149 ◦ green 212 ◦ blue 239

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

Shades of Cornflower #95D4EF

Tints of Cornflower #95D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.33%

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 24.83%
G = 35.33%
B = 39.83%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#95D4EF (or 0x95D4EF) is known color: Cornflower. HEX triplet: 95, D4 and EF. RGB value is (149,212,239). Sum of RGB (Red+Green+Blue) = 149+212+239=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #95D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D4EF is #6A2B10. Grayscale: #C4C4C4. Windows color (decimal): -6957841 or 15717525. OLE color: 15717525.

HSL color Cylindrical-coordinate representation of color #95D4EF: hue angle of 198º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95D4EF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 212 239 -
CMYK 0.38 0.11 0 0.06
HSL 198º 0.74% 0.76% -
HSV(B) 198º 0.38% 0.94% -
XYZ 51.52 59.71 90.47 -
YUV 196.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 149 212 239 0.38 0.11 0 0.06 198 0.74 0.76
Hex 95 D4 EF 26 B 0 6 C6 4A 4C
Octal 225 324 357 46 13 0 6 306 112 114
Binary 10010101 11010100 11101111 100110 1011 0 110 11000110 1001010 1001100

Color Harmonies of #95D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D4EF

Black with #95D4EF

Text Example


Text Example

White with #95D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,212,239); }

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

background-color css

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

 a { background-color: rgb(149,212,239); }

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

border-color css

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

 span { border-color: rgb(149,212,239); }

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