Html Css Color HEX #95BDEA Cornflower

📋 copy color: '#95BDEA'

red 149 ◦ green 189 ◦ blue 234

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

Shades of Cornflower #95BDEA

Tints of Cornflower #95BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

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

R = 26.05%
G = 33.04%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95BDEA (or 0x95BDEA) is known color: Cornflower. HEX triplet: 95, BD and EA. RGB value is (149,189,234). Sum of RGB (Red+Green+Blue) = 149+189+234=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #95BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDEA is #6A4215. Grayscale: #B5B5B5. Windows color (decimal): -6963734 or 15383957. OLE color: 15383957.

HSL color Cylindrical-coordinate representation of color #95BDEA: hue angle of 211.76º 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 #95BDEA is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 189 234 -
CMYK 0.36 0.19 0 0.08
HSL 211.76º 0.67% 0.75% -
HSV(B) 211.76º 0.36% 0.92% -
XYZ 45.44 48.73 84.85 -
YUV 182.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 149 189 234 0.36 0.19 0 0.08 211.76 0.67 0.75
Hex 95 BD EA 24 13 0 8 D4 43 4B
Octal 225 275 352 44 23 0 10 324 103 113
Binary 10010101 10111101 11101010 100100 10011 0 1000 11010100 1000011 1001011

Color Harmonies of #95BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDEA

Black with #95BDEA

Text Example


Text Example

White with #95BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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