Html Css Color HEX #93BCF2 Cornflower

📋 copy color: '#93BCF2'

red 147 ◦ green 188 ◦ blue 242

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

Shades of Cornflower #93BCF2

Tints of Cornflower #93BCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 242 (94.92% from 255) = 41.94%

R = 25.48%
G = 32.58%
B = 41.94%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93BCF2 (or 0x93BCF2) is known color: Cornflower. HEX triplet: 93, BC and F2. RGB value is (147,188,242). Sum of RGB (Red+Green+Blue) = 147+188+242=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #93BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCF2 is #6C430D. Grayscale: #B5B5B5. Windows color (decimal): -7095054 or 15907987. OLE color: 15907987.

HSL color Cylindrical-coordinate representation of color #93BCF2: hue angle of 214.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BCF2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 188 242 -
CMYK 0.39 0.22 0 0.05
HSL 214.11º 0.79% 0.76% -
HSV(B) 214.11º 0.39% 0.95% -
XYZ 46.04 48.58 90.95 -
YUV 181.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 147 188 242 0.39 0.22 0 0.05 214.11 0.79 0.76
Hex 93 BC F2 27 16 0 5 D6 4F 4C
Octal 223 274 362 47 26 0 5 326 117 114
Binary 10010011 10111100 11110010 100111 10110 0 101 11010110 1001111 1001100

Color Harmonies of #93BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCF2

Black with #93BCF2

Text Example


Text Example

White with #93BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,188,242); }

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

background-color css

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

 a { background-color: rgb(147,188,242); }

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

border-color css

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

 span { border-color: rgb(147,188,242); }

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