Html Css Color HEX #93C2F0 Cornflower

📋 copy color: '#93C2F0'

red 147 ◦ green 194 ◦ blue 240

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

Shades of Cornflower #93C2F0

Tints of Cornflower #93C2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 25.3%
G = 33.39%
B = 41.31%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93C2F0 (or 0x93C2F0) is known color: Cornflower. HEX triplet: 93, C2 and F0. RGB value is (147,194,240). Sum of RGB (Red+Green+Blue) = 147+194+240=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #93C2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93C2F0 is #6C3D0F. Grayscale: #B8B8B8. Windows color (decimal): -7093520 or 15778451. OLE color: 15778451.

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

Color convert

RGB 147 194 240 -
CMYK 0.39 0.19 0 0.06
HSL 209.68º 0.76% 0.76% -
HSV(B) 209.68º 0.39% 0.94% -
XYZ 47.05 51.08 89.82 -
YUV 185.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 147 194 240 0.39 0.19 0 0.06 209.68 0.76 0.76
Hex 93 C2 F0 27 13 0 6 D2 4C 4C
Octal 223 302 360 47 23 0 6 322 114 114
Binary 10010011 11000010 11110000 100111 10011 0 110 11010010 1001100 1001100

Color Harmonies of #93C2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C2F0

Black with #93C2F0

Text Example


Text Example

White with #93C2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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