Html Css Color HEX #107DAC Cerulean

📋 copy color: '#107DAC'

red 16 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #107DAC

Tints of Cerulean #107DAC

RGB

 RED value IS 16 (6.64% from 255) = 5.11%

 GREEN value IS 125 (49.22% from 255) = 39.94%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 5.11%
G = 39.94%
B = 54.95%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107DAC (or 0x107DAC) is known color: Cerulean. HEX triplet: 10, 7D and AC. RGB value is (16,125,172). Sum of RGB (Red+Green+Blue) = 16+125+172=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #107DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DAC is #EF8253. Grayscale: #616161. Windows color (decimal): -15696468 or 11304208. OLE color: 11304208.

HSL color Cylindrical-coordinate representation of color #107DAC: hue angle of 198.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DAC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 125 172 -
CMYK 0.91 0.27 0 0.33
HSL 198.08º 0.83% 0.37% -
HSV(B) 198.08º 0.91% 0.67% -
XYZ 14.99 17.76 41.67 -
YUV 97.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 16 125 172 0.91 0.27 0 0.33 198.08 0.83 0.37
Hex 10 7D AC 5B 1B 0 21 C6 53 25
Octal 20 175 254 133 33 0 41 306 123 45
Binary 10000 1111101 10101100 1011011 11011 0 100001 11000110 1010011 100101

Color Harmonies of #107DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DAC

Black with #107DAC

Text Example


Text Example

White with #107DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107DAC; }

 p { color: rgb(16,125,172); }

 H1.HeaderClassName
 {
   color: #107DAC;
 }
 .AnyTagClassName
 {
   color: #107DAC;
 }
</style>

background-color css

<style>
 a { background-color: #107DAC; }

 a { background-color: rgb(16,125,172); }

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

border-color css

<style>
 span { border-color: #107DAC; }

 span { border-color: rgb(16,125,172); }

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