Html Css Color HEX #93BDF0 Cornflower

📋 copy color: '#93BDF0'

red 147 ◦ green 189 ◦ blue 240

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

Shades of Cornflower #93BDF0

Tints of Cornflower #93BDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 25.52%
G = 32.81%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93BDF0 (or 0x93BDF0) is known color: Cornflower. HEX triplet: 93, BD and F0. RGB value is (147,189,240). Sum of RGB (Red+Green+Blue) = 147+189+240=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #93BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BDF0 is #6C420F. Grayscale: #B6B6B6. Windows color (decimal): -7094800 or 15777171. OLE color: 15777171.

HSL color Cylindrical-coordinate representation of color #93BDF0: hue angle of 212.9º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BDF0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 189 240 -
CMYK 0.39 0.21 0 0.06
HSL 212.9º 0.76% 0.76% -
HSV(B) 212.9º 0.39% 0.94% -
XYZ 45.96 48.89 89.45 -
YUV 182.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 147 189 240 0.39 0.21 0 0.06 212.9 0.76 0.76
Hex 93 BD F0 27 15 0 6 D5 4C 4C
Octal 223 275 360 47 25 0 6 325 114 114
Binary 10010011 10111101 11110000 100111 10101 0 110 11010101 1001100 1001100

Color Harmonies of #93BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BDF0

Black with #93BDF0

Text Example


Text Example

White with #93BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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