Html Css Color HEX #93BAF2 Cornflower

📋 copy color: '#93BAF2'

red 147 ◦ green 186 ◦ blue 242

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

Shades of Cornflower #93BAF2

Tints of Cornflower #93BAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 25.57%
G = 32.35%
B = 42.09%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93BAF2 (or 0x93BAF2) is known color: Cornflower. HEX triplet: 93, BA and F2. RGB value is (147,186,242). Sum of RGB (Red+Green+Blue) = 147+186+242=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #93BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAF2 is #6C450D. Grayscale: #B4B4B4. Windows color (decimal): -7095566 or 15907475. OLE color: 15907475.

HSL color Cylindrical-coordinate representation of color #93BAF2: hue angle of 215.37º 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 #93BAF2 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 186 242 -
CMYK 0.39 0.23 0 0.05
HSL 215.37º 0.79% 0.76% -
HSV(B) 215.37º 0.39% 0.95% -
XYZ 45.62 47.73 90.81 -
YUV 180.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 147 186 242 0.39 0.23 0 0.05 215.37 0.79 0.76
Hex 93 BA F2 27 17 0 5 D7 4F 4C
Octal 223 272 362 47 27 0 5 327 117 114
Binary 10010011 10111010 11110010 100111 10111 0 101 11010111 1001111 1001100

Color Harmonies of #93BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAF2

Black with #93BAF2

Text Example


Text Example

White with #93BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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