Html Css Color HEX #93C2EB Cornflower

📋 copy color: '#93C2EB'

red 147 ◦ green 194 ◦ blue 235

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

Shades of Cornflower #93C2EB

Tints of Cornflower #93C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.68%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 25.52%
G = 33.68%
B = 40.8%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93C2EB (or 0x93C2EB) is known color: Cornflower. HEX triplet: 93, C2 and EB. RGB value is (147,194,235). Sum of RGB (Red+Green+Blue) = 147+194+235=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #93C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2EB is #6C3D14. Grayscale: #B8B8B8. Windows color (decimal): -7093525 or 15450771. OLE color: 15450771.

HSL color Cylindrical-coordinate representation of color #93C2EB: hue angle of 207.95º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93C2EB is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 194 235 -
CMYK 0.37 0.17 0 0.08
HSL 207.95º 0.69% 0.75% -
HSV(B) 207.95º 0.37% 0.92% -
XYZ 46.32 50.78 85.96 -
YUV 184.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 147 194 235 0.37 0.17 0 0.08 207.95 0.69 0.75
Hex 93 C2 EB 25 11 0 8 D0 45 4B
Octal 223 302 353 45 21 0 10 320 105 113
Binary 10010011 11000010 11101011 100101 10001 0 1000 11010000 1000101 1001011

Color Harmonies of #93C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C2EB

Black with #93C2EB

Text Example


Text Example

White with #93C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,194,235); }

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

background-color css

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

 a { background-color: rgb(147,194,235); }

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

border-color css

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

 span { border-color: rgb(147,194,235); }

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