Html Css Color HEX #107695 Cerulean

📋 copy color: '#107695'

red 16 ◦ green 118 ◦ blue 149

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

Shades of Cerulean #107695

Tints of Cerulean #107695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 5.65%
G = 41.7%
B = 52.65%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107695 (or 0x107695) is known color: Cerulean. HEX triplet: 10, 76 and 95. RGB value is (16,118,149). Sum of RGB (Red+Green+Blue) = 16+118+149=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #107695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107695 is #EF896A. Grayscale: #5A5A5A. Windows color (decimal): -15698283 or 9795088. OLE color: 9795088.

HSL color Cylindrical-coordinate representation of color #107695: hue angle of 193.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107695 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 118 149 -
CMYK 0.89 0.21 0 0.42
HSL 193.99º 0.81% 0.32% -
HSV(B) 193.99º 0.89% 0.58% -
XYZ 12.12 15.24 30.74 -
YUV 91.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 16 118 149 0.89 0.21 0 0.42 193.99 0.81 0.32
Hex 10 76 95 59 15 0 2A C2 51 20
Octal 20 166 225 131 25 0 52 302 121 40
Binary 10000 1110110 10010101 1011001 10101 0 101010 11000010 1010001 100000

Color Harmonies of #107695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107695

Black with #107695

Text Example


Text Example

White with #107695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107695; }

 p { color: rgb(16,118,149); }

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

background-color css

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

 a { background-color: rgb(16,118,149); }

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

border-color css

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

 span { border-color: rgb(16,118,149); }

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