Html Css Color HEX #93D2EF Cornflower

📋 copy color: '#93D2EF'

red 147 ◦ green 210 ◦ blue 239

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

Shades of Cornflower #93D2EF

Tints of Cornflower #93D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

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

R = 24.66%
G = 35.23%
B = 40.1%

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

#93D2EF (or 0x93D2EF) is known color: Cornflower. HEX triplet: 93, D2 and EF. RGB value is (147,210,239). Sum of RGB (Red+Green+Blue) = 147+210+239=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D2EF is #6C2D10. Grayscale: #C2C2C2. Windows color (decimal): -7089425 or 15717011. OLE color: 15717011.

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

Color convert

RGB 147 210 239 -
CMYK 0.38 0.12 0 0.06
HSL 198.91º 0.74% 0.76% -
HSV(B) 198.91º 0.38% 0.94% -
XYZ 50.66 58.53 90.29 -
YUV 194.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 147 210 239 0.38 0.12 0 0.06 198.91 0.74 0.76
Hex 93 D2 EF 26 C 0 6 C7 4A 4C
Octal 223 322 357 46 14 0 6 307 112 114
Binary 10010011 11010010 11101111 100110 1100 0 110 11000111 1001010 1001100

Color Harmonies of #93D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D2EF

Black with #93D2EF

Text Example


Text Example

White with #93D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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