Html Css Color HEX #93BCEB Cornflower

📋 copy color: '#93BCEB'

red 147 ◦ green 188 ◦ blue 235

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

Shades of Cornflower #93BCEB

Tints of Cornflower #93BCEB

RGB

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

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

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

R = 25.79%
G = 32.98%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93BCEB (or 0x93BCEB) is known color: Cornflower. HEX triplet: 93, BC and EB. RGB value is (147,188,235). Sum of RGB (Red+Green+Blue) = 147+188+235=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #93BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCEB is #6C4314. Grayscale: #B4B4B4. Windows color (decimal): -7095061 or 15449235. OLE color: 15449235.

HSL color Cylindrical-coordinate representation of color #93BCEB: hue angle of 212.05º 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 #93BCEB is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 188 235 -
CMYK 0.37 0.2 0 0.08
HSL 212.05º 0.69% 0.75% -
HSV(B) 212.05º 0.37% 0.92% -
XYZ 45.01 48.17 85.52 -
YUV 181.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 147 188 235 0.37 0.2 0 0.08 212.05 0.69 0.75
Hex 93 BC EB 25 14 0 8 D4 45 4B
Octal 223 274 353 45 24 0 10 324 105 113
Binary 10010011 10111100 11101011 100101 10100 0 1000 11010100 1000101 1001011

Color Harmonies of #93BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCEB

Black with #93BCEB

Text Example


Text Example

White with #93BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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