Html Css Color HEX #93BCF3 Cornflower

📋 copy color: '#93BCF3'

red 147 ◦ green 188 ◦ blue 243

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

Shades of Cornflower #93BCF3

Tints of Cornflower #93BCF3

RGB

 RED value IS 147 (57.81% from 255) = 25.43%

 GREEN value IS 188 (73.83% from 255) = 32.53%

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

R = 25.43%
G = 32.53%
B = 42.04%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93BCF3 (or 0x93BCF3) is known color: Cornflower. HEX triplet: 93, BC and F3. RGB value is (147,188,243). Sum of RGB (Red+Green+Blue) = 147+188+243=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #93BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCF3 is #6C430C. Grayscale: #B5B5B5. Windows color (decimal): -7095053 or 15973523. OLE color: 15973523.

HSL color Cylindrical-coordinate representation of color #93BCF3: hue angle of 214.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BCF3 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 188 243 -
CMYK 0.40 0.23 0 0.05
HSL 214.38º 0.8% 0.76% -
HSV(B) 214.38º 0.4% 0.95% -
XYZ 46.19 48.64 91.75 -
YUV 182.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 147 188 243 0.40 0.23 0 0.05 214.38 0.8 0.76
Hex 93 BC F3 28 17 0 5 D6 50 4C
Octal 223 274 363 50 27 0 5 326 120 114
Binary 10010011 10111100 11110011 101000 10111 0 101 11010110 1010000 1001100

Color Harmonies of #93BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCF3

Black with #93BCF3

Text Example


Text Example

White with #93BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93BCF3; }

 p { color: rgb(147,188,243); }

 H1.HeaderClassName
 {
   color: #93BCF3;
 }
 .AnyTagClassName
 {
   color: #93BCF3;
 }
</style>

background-color css

<style>
 a { background-color: #93BCF3; }

 a { background-color: rgb(147,188,243); }

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

border-color css

<style>
 span { border-color: #93BCF3; }

 span { border-color: rgb(147,188,243); }

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