Html Css Color HEX #95BDF0 Cornflower

📋 copy color: '#95BDF0'

red 149 ◦ green 189 ◦ blue 240

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

Shades of Cornflower #95BDF0

Tints of Cornflower #95BDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 25.78%
G = 32.7%
B = 41.52%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#95BDF0 (or 0x95BDF0) is known color: Cornflower. HEX triplet: 95, BD and F0. RGB value is (149,189,240). Sum of RGB (Red+Green+Blue) = 149+189+240=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #95BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDF0 is #6A420F. Grayscale: #B6B6B6. Windows color (decimal): -6963728 or 15777173. OLE color: 15777173.

HSL color Cylindrical-coordinate representation of color #95BDF0: hue angle of 213.63º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95BDF0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 189 240 -
CMYK 0.38 0.21 0 0.06
HSL 213.63º 0.75% 0.76% -
HSV(B) 213.63º 0.38% 0.94% -
XYZ 46.32 49.08 89.47 -
YUV 182.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 149 189 240 0.38 0.21 0 0.06 213.63 0.75 0.76
Hex 95 BD F0 26 15 0 6 D6 4B 4C
Octal 225 275 360 46 25 0 6 326 113 114
Binary 10010101 10111101 11110000 100110 10101 0 110 11010110 1001011 1001100

Color Harmonies of #95BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BDF0

Black with #95BDF0

Text Example


Text Example

White with #95BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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