Html Css Color HEX #95C4F6 Cornflower

📋 copy color: '#95C4F6'

red 149 ◦ green 196 ◦ blue 246

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

Shades of Cornflower #95C4F6

Tints of Cornflower #95C4F6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 25.21%
G = 33.16%
B = 41.62%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#95C4F6 (or 0x95C4F6) is known color: Cornflower. HEX triplet: 95, C4 and F6. RGB value is (149,196,246). Sum of RGB (Red+Green+Blue) = 149+196+246=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #95C4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C4F6 is #6A3B09. Grayscale: #BBBBBB. Windows color (decimal): -6961930 or 16172181. OLE color: 16172181.

HSL color Cylindrical-coordinate representation of color #95C4F6: hue angle of 210.93º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95C4F6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 196 246 -
CMYK 0.39 0.20 0 0.04
HSL 210.93º 0.84% 0.77% -
HSV(B) 210.93º 0.39% 0.96% -
XYZ 48.77 52.52 94.76 -
YUV 187.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 149 196 246 0.39 0.20 0 0.04 210.93 0.84 0.77
Hex 95 C4 F6 27 14 0 4 D3 54 4D
Octal 225 304 366 47 24 0 4 323 124 115
Binary 10010101 11000100 11110110 100111 10100 0 100 11010011 1010100 1001101

Color Harmonies of #95C4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C4F6

Black with #95C4F6

Text Example


Text Example

White with #95C4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,196,246); }

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

background-color css

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

 a { background-color: rgb(149,196,246); }

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

border-color css

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

 span { border-color: rgb(149,196,246); }

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