Html Css Color HEX #93BFEF Cornflower

📋 copy color: '#93BFEF'

red 147 ◦ green 191 ◦ blue 239

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

Shades of Cornflower #93BFEF

Tints of Cornflower #93BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 25.48%
G = 33.1%
B = 41.42%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93BFEF (or 0x93BFEF) is known color: Cornflower. HEX triplet: 93, BF and EF. RGB value is (147,191,239). Sum of RGB (Red+Green+Blue) = 147+191+239=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #93BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFEF is #6C4010. Grayscale: #B7B7B7. Windows color (decimal): -7094289 or 15712147. OLE color: 15712147.

HSL color Cylindrical-coordinate representation of color #93BFEF: hue angle of 211.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93BFEF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 191 239 -
CMYK 0.38 0.20 0 0.06
HSL 211.3º 0.74% 0.76% -
HSV(B) 211.3º 0.38% 0.94% -
XYZ 46.24 49.7 88.82 -
YUV 183.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 147 191 239 0.38 0.20 0 0.06 211.3 0.74 0.76
Hex 93 BF EF 26 14 0 6 D3 4A 4C
Octal 223 277 357 46 24 0 6 323 112 114
Binary 10010011 10111111 11101111 100110 10100 0 110 11010011 1001010 1001100

Color Harmonies of #93BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BFEF

Black with #93BFEF

Text Example


Text Example

White with #93BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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