Html Css Color HEX #95BEE7 Cornflower

📋 copy color: '#95BEE7'

red 149 ◦ green 190 ◦ blue 231

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

Shades of Cornflower #95BEE7

Tints of Cornflower #95BEE7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 231 (90.63% from 255) = 40.53%

R = 26.14%
G = 33.33%
B = 40.53%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#95BEE7 (or 0x95BEE7) is known color: Cornflower. HEX triplet: 95, BE and E7. RGB value is (149,190,231). Sum of RGB (Red+Green+Blue) = 149+190+231=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #95BEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BEE7 is #6A4118. Grayscale: #B6B6B6. Windows color (decimal): -6963481 or 15187605. OLE color: 15187605.

HSL color Cylindrical-coordinate representation of color #95BEE7: hue angle of 210º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95BEE7 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 190 231 -
CMYK 0.35 0.18 0 0.09
HSL 210º 0.63% 0.75% -
HSV(B) 210º 0.35% 0.91% -
XYZ 45.23 48.99 82.67 -
YUV 182.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 149 190 231 0.35 0.18 0 0.09 210 0.63 0.75
Hex 95 BE E7 23 12 0 9 D2 3F 4B
Octal 225 276 347 43 22 0 11 322 77 113
Binary 10010101 10111110 11100111 100011 10010 0 1001 11010010 111111 1001011

Color Harmonies of #95BEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BEE7

Black with #95BEE7

Text Example


Text Example

White with #95BEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,190,231); }

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

background-color css

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

 a { background-color: rgb(149,190,231); }

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

border-color css

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

 span { border-color: rgb(149,190,231); }

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