Html Css Color HEX #93BBDF Cornflower

📋 copy color: '#93BBDF'

red 147 ◦ green 187 ◦ blue 223

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

Shades of Cornflower #93BBDF

Tints of Cornflower #93BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.57%

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

R = 26.39%
G = 33.57%
B = 40.04%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93BBDF (or 0x93BBDF) is known color: Cornflower. HEX triplet: 93, BB and DF. RGB value is (147,187,223). Sum of RGB (Red+Green+Blue) = 147+187+223=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #93BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBDF is #6C4420. Grayscale: #B2B2B2. Windows color (decimal): -7095329 or 14662547. OLE color: 14662547.

HSL color Cylindrical-coordinate representation of color #93BBDF: hue angle of 208.42º 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 #93BBDF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 187 223 -
CMYK 0.34 0.16 0 0.13
HSL 208.42º 0.54% 0.73% -
HSV(B) 208.42º 0.34% 0.87% -
XYZ 43.12 47.07 76.62 -
YUV 179.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 147 187 223 0.34 0.16 0 0.13 208.42 0.54 0.73
Hex 93 BB DF 22 10 0 D D0 36 49
Octal 223 273 337 42 20 0 15 320 66 111
Binary 10010011 10111011 11011111 100010 10000 0 1101 11010000 110110 1001001

Color Harmonies of #93BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBDF

Black with #93BBDF

Text Example


Text Example

White with #93BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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