Html Css Color HEX #93BDF4 Cornflower

📋 copy color: '#93BDF4'

red 147 ◦ green 189 ◦ blue 244

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

Shades of Cornflower #93BDF4

Tints of Cornflower #93BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 25.34%
G = 32.59%
B = 42.07%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93BDF4 (or 0x93BDF4) is known color: Cornflower. HEX triplet: 93, BD and F4. RGB value is (147,189,244). Sum of RGB (Red+Green+Blue) = 147+189+244=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #93BDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF4 is #6C420B. Grayscale: #B6B6B6. Windows color (decimal): -7094796 or 16039315. OLE color: 16039315.

HSL color Cylindrical-coordinate representation of color #93BDF4: hue angle of 214.02º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BDF4 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 189 244 -
CMYK 0.40 0.23 0 0.04
HSL 214.02º 0.82% 0.77% -
HSV(B) 214.02º 0.4% 0.96% -
XYZ 46.56 49.13 92.62 -
YUV 182.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 147 189 244 0.40 0.23 0 0.04 214.02 0.82 0.77
Hex 93 BD F4 28 17 0 4 D6 52 4D
Octal 223 275 364 50 27 0 4 326 122 115
Binary 10010011 10111101 11110100 101000 10111 0 100 11010110 1010010 1001101

Color Harmonies of #93BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BDF4

Black with #93BDF4

Text Example


Text Example

White with #93BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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