Html Css Color HEX #107BAC Cerulean

📋 copy color: '#107BAC'

red 16 ◦ green 123 ◦ blue 172

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

Shades of Cerulean #107BAC

Tints of Cerulean #107BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

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

R = 5.14%
G = 39.55%
B = 55.31%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107BAC (or 0x107BAC) is known color: Cerulean. HEX triplet: 10, 7B and AC. RGB value is (16,123,172). Sum of RGB (Red+Green+Blue) = 16+123+172=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #107BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BAC is #EF8453. Grayscale: #606060. Windows color (decimal): -15696980 or 11303696. OLE color: 11303696.

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

Color convert

RGB 16 123 172 -
CMYK 0.91 0.28 0 0.33
HSL 198.85º 0.83% 0.37% -
HSV(B) 198.85º 0.91% 0.67% -
XYZ 14.74 17.25 41.58 -
YUV 96.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 16 123 172 0.91 0.28 0 0.33 198.85 0.83 0.37
Hex 10 7B AC 5B 1C 0 21 C7 53 25
Octal 20 173 254 133 34 0 41 307 123 45
Binary 10000 1111011 10101100 1011011 11100 0 100001 11000111 1010011 100101

Color Harmonies of #107BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BAC

Black with #107BAC

Text Example


Text Example

White with #107BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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