Html Css Color HEX #93BCDB Cornflower

📋 copy color: '#93BCDB'

red 147 ◦ green 188 ◦ blue 219

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

Shades of Cornflower #93BCDB

Tints of Cornflower #93BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 26.53%
G = 33.94%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93BCDB (or 0x93BCDB) is known color: Cornflower. HEX triplet: 93, BC and DB. RGB value is (147,188,219). Sum of RGB (Red+Green+Blue) = 147+188+219=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #93BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCDB is #6C4324. Grayscale: #B3B3B3. Windows color (decimal): -7095077 or 14400659. OLE color: 14400659.

HSL color Cylindrical-coordinate representation of color #93BCDB: hue angle of 205.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93BCDB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 188 219 -
CMYK 0.33 0.14 0 0.14
HSL 205.83º 0.5% 0.72% -
HSV(B) 205.83º 0.33% 0.86% -
XYZ 42.8 47.28 73.89 -
YUV 179.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 147 188 219 0.33 0.14 0 0.14 205.83 0.5 0.72
Hex 93 BC DB 21 E 0 E CE 32 48
Octal 223 274 333 41 16 0 16 316 62 110
Binary 10010011 10111100 11011011 100001 1110 0 1110 11001110 110010 1001000

Color Harmonies of #93BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCDB

Black with #93BCDB

Text Example


Text Example

White with #93BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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