Html Css Color HEX #95C5EA Cornflower

📋 copy color: '#95C5EA'

red 149 ◦ green 197 ◦ blue 234

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

Shades of Cornflower #95C5EA

Tints of Cornflower #95C5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 25.69%
G = 33.97%
B = 40.34%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95C5EA (or 0x95C5EA) is known color: Cornflower. HEX triplet: 95, C5 and EA. RGB value is (149,197,234). Sum of RGB (Red+Green+Blue) = 149+197+234=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #95C5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C5EA is #6A3A15. Grayscale: #BABABA. Windows color (decimal): -6961686 or 15386005. OLE color: 15386005.

HSL color Cylindrical-coordinate representation of color #95C5EA: hue angle of 206.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C5EA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 197 234 -
CMYK 0.36 0.16 0 0.08
HSL 206.12º 0.67% 0.75% -
HSV(B) 206.12º 0.36% 0.92% -
XYZ 47.21 52.26 85.44 -
YUV 186.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 149 197 234 0.36 0.16 0 0.08 206.12 0.67 0.75
Hex 95 C5 EA 24 10 0 8 CE 43 4B
Octal 225 305 352 44 20 0 10 316 103 113
Binary 10010101 11000101 11101010 100100 10000 0 1000 11001110 1000011 1001011

Color Harmonies of #95C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C5EA

Black with #95C5EA

Text Example


Text Example

White with #95C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,234); }

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

background-color css

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

 a { background-color: rgb(149,197,234); }

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

border-color css

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

 span { border-color: rgb(149,197,234); }

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