Html Css Color HEX #107BAD Cerulean

📋 copy color: '#107BAD'

red 16 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #107BAD

Tints of Cerulean #107BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 5.13%
G = 39.42%
B = 55.45%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#107BAD (or 0x107BAD) is known color: Cerulean. HEX triplet: 10, 7B and AD. RGB value is (16,123,173). Sum of RGB (Red+Green+Blue) = 16+123+173=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #107BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107BAD is #EF8452. Grayscale: #606060. Windows color (decimal): -15696979 or 11369232. OLE color: 11369232.

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

Color convert

RGB 16 123 173 -
CMYK 0.91 0.29 0 0.32
HSL 199.11º 0.83% 0.37% -
HSV(B) 199.11º 0.91% 0.68% -
XYZ 14.84 17.29 42.09 -
YUV 96.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 16 123 173 0.91 0.29 0 0.32 199.11 0.83 0.37
Hex 10 7B AD 5B 1D 0 20 C7 53 25
Octal 20 173 255 133 35 0 40 307 123 45
Binary 10000 1111011 10101101 1011011 11101 0 100000 11000111 1010011 100101

Color Harmonies of #107BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BAD

Black with #107BAD

Text Example


Text Example

White with #107BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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