Html Css Color HEX #93BEDF Cornflower

📋 copy color: '#93BEDF'

red 147 ◦ green 190 ◦ blue 223

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

Shades of Cornflower #93BEDF

Tints of Cornflower #93BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 26.25%
G = 33.93%
B = 39.82%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93BEDF (or 0x93BEDF) is known color: Cornflower. HEX triplet: 93, BE and DF. RGB value is (147,190,223). Sum of RGB (Red+Green+Blue) = 147+190+223=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #93BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BEDF is #6C4120. Grayscale: #B4B4B4. Windows color (decimal): -7094561 or 14663315. OLE color: 14663315.

HSL color Cylindrical-coordinate representation of color #93BEDF: hue angle of 206.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BEDF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 190 223 -
CMYK 0.34 0.15 0 0.13
HSL 206.05º 0.54% 0.73% -
HSV(B) 206.05º 0.34% 0.87% -
XYZ 43.77 48.36 76.84 -
YUV 180.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 147 190 223 0.34 0.15 0 0.13 206.05 0.54 0.73
Hex 93 BE DF 22 F 0 D CE 36 49
Octal 223 276 337 42 17 0 15 316 66 111
Binary 10010011 10111110 11011111 100010 1111 0 1101 11001110 110110 1001001

Color Harmonies of #93BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BEDF

Black with #93BEDF

Text Example


Text Example

White with #93BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,190,223); }

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

background-color css

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

 a { background-color: rgb(147,190,223); }

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

border-color css

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

 span { border-color: rgb(147,190,223); }

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