Html Css Color HEX #107EAE Cerulean

📋 copy color: '#107EAE'

red 16 ◦ green 126 ◦ blue 174

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

Shades of Cerulean #107EAE

Tints of Cerulean #107EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.87%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 5.06%
G = 39.87%
B = 55.06%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#107EAE (or 0x107EAE) is known color: Cerulean. HEX triplet: 10, 7E and AE. RGB value is (16,126,174). Sum of RGB (Red+Green+Blue) = 16+126+174=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #107EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107EAE is #EF8151. Grayscale: #626262. Windows color (decimal): -15696210 or 11435536. OLE color: 11435536.

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

Color convert

RGB 16 126 174 -
CMYK 0.91 0.28 0 0.32
HSL 198.23º 0.83% 0.37% -
HSV(B) 198.23º 0.91% 0.68% -
XYZ 15.31 18.09 42.73 -
YUV 98.58 170.56 69.1 -
System Red Green Blue C M Y K H S L
Decimal 16 126 174 0.91 0.28 0 0.32 198.23 0.83 0.37
Hex 10 7E AE 5B 1C 0 20 C6 53 25
Octal 20 176 256 133 34 0 40 306 123 45
Binary 10000 1111110 10101110 1011011 11100 0 100000 11000110 1010011 100101

Color Harmonies of #107EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EAE

Black with #107EAE

Text Example


Text Example

White with #107EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,126,174); }

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

background-color css

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

 a { background-color: rgb(16,126,174); }

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

border-color css

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

 span { border-color: rgb(16,126,174); }

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