Html Css Color HEX #93BFDD Cornflower

📋 copy color: '#93BFDD'

red 147 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #93BFDD

Tints of Cornflower #93BFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 26.3%
G = 34.17%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93BFDD (or 0x93BFDD) is known color: Cornflower. HEX triplet: 93, BF and DD. RGB value is (147,191,221). Sum of RGB (Red+Green+Blue) = 147+191+221=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #93BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFDD is #6C4022. Grayscale: #B5B5B5. Windows color (decimal): -7094307 or 14532499. OLE color: 14532499.

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

Color convert

RGB 147 191 221 -
CMYK 0.33 0.14 0 0.13
HSL 204.32º 0.52% 0.72% -
HSV(B) 204.32º 0.33% 0.87% -
XYZ 43.71 48.69 75.5 -
YUV 181.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 147 191 221 0.33 0.14 0 0.13 204.32 0.52 0.72
Hex 93 BF DD 21 E 0 D CC 34 48
Octal 223 277 335 41 16 0 15 314 64 110
Binary 10010011 10111111 11011101 100001 1110 0 1101 11001100 110100 1001000

Color Harmonies of #93BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFDD

Black with #93BFDD

Text Example


Text Example

White with #93BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,191,221); }

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

background-color css

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

 a { background-color: rgb(147,191,221); }

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

border-color css

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

 span { border-color: rgb(147,191,221); }

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