Html Css Color HEX #93BFE0 Cornflower

📋 copy color: '#93BFE0'

red 147 ◦ green 191 ◦ blue 224

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

Shades of Cornflower #93BFE0

Tints of Cornflower #93BFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 26.16%
G = 33.99%
B = 39.86%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#93BFE0 (or 0x93BFE0) is known color: Cornflower. HEX triplet: 93, BF and E0. RGB value is (147,191,224). Sum of RGB (Red+Green+Blue) = 147+191+224=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #93BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFE0 is #6C401F. Grayscale: #B5B5B5. Windows color (decimal): -7094304 or 14729107. OLE color: 14729107.

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

Color convert

RGB 147 191 224 -
CMYK 0.34 0.15 0 0.12
HSL 205.71º 0.55% 0.73% -
HSV(B) 205.71º 0.34% 0.88% -
XYZ 44.12 48.85 77.62 -
YUV 181.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 147 191 224 0.34 0.15 0 0.12 205.71 0.55 0.73
Hex 93 BF E0 22 F 0 C CE 37 49
Octal 223 277 340 42 17 0 14 316 67 111
Binary 10010011 10111111 11100000 100010 1111 0 1100 11001110 110111 1001001

Color Harmonies of #93BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFE0

Black with #93BFE0

Text Example


Text Example

White with #93BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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