Html Css Color HEX #93BBEF Cornflower

📋 copy color: '#93BBEF'

red 147 ◦ green 187 ◦ blue 239

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

Shades of Cornflower #93BBEF

Tints of Cornflower #93BBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.64%

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

R = 25.65%
G = 32.64%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93BBEF (or 0x93BBEF) is known color: Cornflower. HEX triplet: 93, BB and EF. RGB value is (147,187,239). Sum of RGB (Red+Green+Blue) = 147+187+239=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #93BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBEF is #6C4410. Grayscale: #B4B4B4. Windows color (decimal): -7095313 or 15711123. OLE color: 15711123.

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

Color convert

RGB 147 187 239 -
CMYK 0.38 0.22 0 0.06
HSL 213.91º 0.74% 0.76% -
HSV(B) 213.91º 0.38% 0.94% -
XYZ 45.38 47.98 88.53 -
YUV 180.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 147 187 239 0.38 0.22 0 0.06 213.91 0.74 0.76
Hex 93 BB EF 26 16 0 6 D6 4A 4C
Octal 223 273 357 46 26 0 6 326 112 114
Binary 10010011 10111011 11101111 100110 10110 0 110 11010110 1001010 1001100

Color Harmonies of #93BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBEF

Black with #93BBEF

Text Example


Text Example

White with #93BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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