Html Css Color HEX #93D3EF Cornflower

📋 copy color: '#93D3EF'

red 147 ◦ green 211 ◦ blue 239

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

Shades of Cornflower #93D3EF

Tints of Cornflower #93D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.34%

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

R = 24.62%
G = 35.34%
B = 40.03%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93D3EF (or 0x93D3EF) is known color: Cornflower. HEX triplet: 93, D3 and EF. RGB value is (147,211,239). Sum of RGB (Red+Green+Blue) = 147+211+239=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D3EF is #6C2C10. Grayscale: #C2C2C2. Windows color (decimal): -7089169 or 15717267. OLE color: 15717267.

HSL color Cylindrical-coordinate representation of color #93D3EF: hue angle of 198.26º 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 #93D3EF is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 211 239 -
CMYK 0.38 0.12 0 0.06
HSL 198.26º 0.74% 0.76% -
HSV(B) 198.26º 0.38% 0.94% -
XYZ 50.91 59.02 90.37 -
YUV 195.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 147 211 239 0.38 0.12 0 0.06 198.26 0.74 0.76
Hex 93 D3 EF 26 C 0 6 C6 4A 4C
Octal 223 323 357 46 14 0 6 306 112 114
Binary 10010011 11010011 11101111 100110 1100 0 110 11000110 1001010 1001100

Color Harmonies of #93D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D3EF

Black with #93D3EF

Text Example


Text Example

White with #93D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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