Html Css Color HEX #93BDEF Cornflower

📋 copy color: '#93BDEF'

red 147 ◦ green 189 ◦ blue 239

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

Shades of Cornflower #93BDEF

Tints of Cornflower #93BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

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

R = 25.57%
G = 32.87%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93BDEF (or 0x93BDEF) is known color: Cornflower. HEX triplet: 93, BD and EF. RGB value is (147,189,239). Sum of RGB (Red+Green+Blue) = 147+189+239=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #93BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDEF is #6C4210. Grayscale: #B5B5B5. Windows color (decimal): -7094801 or 15711635. OLE color: 15711635.

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

Color convert

RGB 147 189 239 -
CMYK 0.38 0.21 0 0.06
HSL 212.61º 0.74% 0.76% -
HSV(B) 212.61º 0.38% 0.94% -
XYZ 45.81 48.83 88.67 -
YUV 182.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 147 189 239 0.38 0.21 0 0.06 212.61 0.74 0.76
Hex 93 BD EF 26 15 0 6 D5 4A 4C
Octal 223 275 357 46 25 0 6 325 112 114
Binary 10010011 10111101 11101111 100110 10101 0 110 11010101 1001010 1001100

Color Harmonies of #93BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BDEF

Black with #93BDEF

Text Example


Text Example

White with #93BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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