Html Css Color HEX #95C2DA Cornflower

📋 copy color: '#95C2DA'

red 149 ◦ green 194 ◦ blue 218

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

Shades of Cornflower #95C2DA

Tints of Cornflower #95C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 26.56%
G = 34.58%
B = 38.86%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#95C2DA (or 0x95C2DA) is known color: Cornflower. HEX triplet: 95, C2 and DA. RGB value is (149,194,218). Sum of RGB (Red+Green+Blue) = 149+194+218=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #95C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2DA is #6A3D25. Grayscale: #B7B7B7. Windows color (decimal): -6962470 or 14336661. OLE color: 14336661.

HSL color Cylindrical-coordinate representation of color #95C2DA: hue angle of 200.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C2DA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 194 218 -
CMYK 0.32 0.11 0 0.15
HSL 200.87º 0.48% 0.72% -
HSV(B) 200.87º 0.32% 0.85% -
XYZ 44.34 50.04 73.65 -
YUV 183.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 149 194 218 0.32 0.11 0 0.15 200.87 0.48 0.72
Hex 95 C2 DA 20 B 0 F C9 30 48
Octal 225 302 332 40 13 0 17 311 60 110
Binary 10010101 11000010 11011010 100000 1011 0 1111 11001001 110000 1001000

Color Harmonies of #95C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2DA

Black with #95C2DA

Text Example


Text Example

White with #95C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,218); }

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

background-color css

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

 a { background-color: rgb(149,194,218); }

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

border-color css

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

 span { border-color: rgb(149,194,218); }

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