Html Css Color HEX #107DA6 Cerulean

📋 copy color: '#107DA6'

red 16 ◦ green 125 ◦ blue 166

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

Shades of Cerulean #107DA6

Tints of Cerulean #107DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 54.07%

R = 5.21%
G = 40.72%
B = 54.07%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#107DA6 (or 0x107DA6) is known color: Cerulean. HEX triplet: 10, 7D and A6. RGB value is (16,125,166). Sum of RGB (Red+Green+Blue) = 16+125+166=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #107DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DA6 is #EF8259. Grayscale: #606060. Windows color (decimal): -15696474 or 10910992. OLE color: 10910992.

HSL color Cylindrical-coordinate representation of color #107DA6: hue angle of 196.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107DA6 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 125 166 -
CMYK 0.90 0.25 0 0.35
HSL 196.4º 0.82% 0.36% -
HSV(B) 196.4º 0.9% 0.65% -
XYZ 14.43 17.53 38.7 -
YUV 97.08 166.89 70.17 -
System Red Green Blue C M Y K H S L
Decimal 16 125 166 0.90 0.25 0 0.35 196.4 0.82 0.36
Hex 10 7D A6 5A 19 0 23 C4 52 24
Octal 20 175 246 132 31 0 43 304 122 44
Binary 10000 1111101 10100110 1011010 11001 0 100011 11000100 1010010 100100

Color Harmonies of #107DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DA6

Black with #107DA6

Text Example


Text Example

White with #107DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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