Html Css Color HEX #107DAB Cerulean

📋 copy color: '#107DAB'

red 16 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #107DAB

Tints of Cerulean #107DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 5.13%
G = 40.06%
B = 54.81%

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

#107DAB (or 0x107DAB) is known color: Cerulean. HEX triplet: 10, 7D and AB. RGB value is (16,125,171). Sum of RGB (Red+Green+Blue) = 16+125+171=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #107DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DAB is #EF8254. Grayscale: #616161. Windows color (decimal): -15696469 or 11238672. OLE color: 11238672.

HSL color Cylindrical-coordinate representation of color #107DAB: hue angle of 197.81º 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 #107DAB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 125 171 -
CMYK 0.91 0.27 0 0.33
HSL 197.81º 0.83% 0.37% -
HSV(B) 197.81º 0.91% 0.67% -
XYZ 14.9 17.72 41.16 -
YUV 97.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 16 125 171 0.91 0.27 0 0.33 197.81 0.83 0.37
Hex 10 7D AB 5B 1B 0 21 C6 53 25
Octal 20 175 253 133 33 0 41 306 123 45
Binary 10000 1111101 10101011 1011011 11011 0 100001 11000110 1010011 100101

Color Harmonies of #107DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DAB

Black with #107DAB

Text Example


Text Example

White with #107DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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