Html Css Color HEX #95BFF3 Cornflower

📋 copy color: '#95BFF3'

red 149 ◦ green 191 ◦ blue 243

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

Shades of Cornflower #95BFF3

Tints of Cornflower #95BFF3

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

 BLUE value IS 243 (95.31% from 255) = 41.68%

R = 25.56%
G = 32.76%
B = 41.68%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95BFF3 (or 0x95BFF3) is known color: Cornflower. HEX triplet: 95, BF and F3. RGB value is (149,191,243). Sum of RGB (Red+Green+Blue) = 149+191+243=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #95BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFF3 is #6A400C. Grayscale: #B8B8B8. Windows color (decimal): -6963213 or 15974293. OLE color: 15974293.

HSL color Cylindrical-coordinate representation of color #95BFF3: hue angle of 213.19º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95BFF3 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 191 243 -
CMYK 0.39 0.21 0 0.05
HSL 213.19º 0.8% 0.77% -
HSV(B) 213.19º 0.39% 0.95% -
XYZ 47.2 50.12 91.98 -
YUV 184.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 149 191 243 0.39 0.21 0 0.05 213.19 0.8 0.77
Hex 95 BF F3 27 15 0 5 D5 50 4D
Octal 225 277 363 47 25 0 5 325 120 115
Binary 10010101 10111111 11110011 100111 10101 0 101 11010101 1010000 1001101

Color Harmonies of #95BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BFF3

Black with #95BFF3

Text Example


Text Example

White with #95BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,243); }

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

background-color css

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

 a { background-color: rgb(149,191,243); }

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

border-color css

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

 span { border-color: rgb(149,191,243); }

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