Html Css Color HEX #107FBC Cerulean

📋 copy color: '#107FBC'

red 16 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #107FBC

Tints of Cerulean #107FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 4.83%
G = 38.37%
B = 56.8%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#107FBC (or 0x107FBC) is known color: Cerulean. HEX triplet: 10, 7F and BC. RGB value is (16,127,188). Sum of RGB (Red+Green+Blue) = 16+127+188=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #107FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FBC is #EF8043. Grayscale: #646464. Windows color (decimal): -15695940 or 12353296. OLE color: 12353296.

HSL color Cylindrical-coordinate representation of color #107FBC: hue angle of 201.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107FBC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 127 188 -
CMYK 0.91 0.32 0 0.26
HSL 201.28º 0.84% 0.4% -
HSV(B) 201.28º 0.91% 0.74% -
XYZ 16.88 18.92 50.34 -
YUV 100.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 16 127 188 0.91 0.32 0 0.26 201.28 0.84 0.4
Hex 10 7F BC 5B 20 0 1A C9 54 28
Octal 20 177 274 133 40 0 32 311 124 50
Binary 10000 1111111 10111100 1011011 100000 0 11010 11001001 1010100 101000

Color Harmonies of #107FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FBC

Black with #107FBC

Text Example


Text Example

White with #107FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,127,188); }

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

background-color css

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

 a { background-color: rgb(16,127,188); }

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

border-color css

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

 span { border-color: rgb(16,127,188); }

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