Html Css Color HEX #95D2EF Cornflower

📋 copy color: '#95D2EF'

red 149 ◦ green 210 ◦ blue 239

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

Shades of Cornflower #95D2EF

Tints of Cornflower #95D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

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

R = 24.92%
G = 35.12%
B = 39.97%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#95D2EF (or 0x95D2EF) is known color: Cornflower. HEX triplet: 95, D2 and EF. RGB value is (149,210,239). Sum of RGB (Red+Green+Blue) = 149+210+239=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #95D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D2EF is #6A2D10. Grayscale: #C2C2C2. Windows color (decimal): -6958353 or 15717013. OLE color: 15717013.

HSL color Cylindrical-coordinate representation of color #95D2EF: hue angle of 199.33º 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 #95D2EF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 210 239 -
CMYK 0.38 0.12 0 0.06
HSL 199.33º 0.74% 0.76% -
HSV(B) 199.33º 0.38% 0.94% -
XYZ 51.02 58.71 90.31 -
YUV 195.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 149 210 239 0.38 0.12 0 0.06 199.33 0.74 0.76
Hex 95 D2 EF 26 C 0 6 C7 4A 4C
Octal 225 322 357 46 14 0 6 307 112 114
Binary 10010101 11010010 11101111 100110 1100 0 110 11000111 1001010 1001100

Color Harmonies of #95D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D2EF

Black with #95D2EF

Text Example


Text Example

White with #95D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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