Html Css Color HEX #127DAB Cerulean

📋 copy color: '#127DAB'

red 18 ◦ green 125 ◦ blue 171

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

Shades of Cerulean #127DAB

Tints of Cerulean #127DAB

RGB

 RED value IS 18 (7.42% from 255) = 5.73%

 GREEN value IS 125 (49.22% from 255) = 39.81%

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 5.73%
G = 39.81%
B = 54.46%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#127DAB (or 0x127DAB) is known color: Cerulean. HEX triplet: 12, 7D and AB. RGB value is (18,125,171). Sum of RGB (Red+Green+Blue) = 18+125+171=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #127DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAB is #ED8254. Grayscale: #616161. Windows color (decimal): -15565397 or 11238674. OLE color: 11238674.

HSL color Cylindrical-coordinate representation of color #127DAB: hue angle of 198.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127DAB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 125 171 -
CMYK 0.89 0.27 0 0.33
HSL 198.04º 0.81% 0.37% -
HSV(B) 198.04º 0.89% 0.67% -
XYZ 14.93 17.74 41.16 -
YUV 98.25 169.05 70.76 -
System Red Green Blue C M Y K H S L
Decimal 18 125 171 0.89 0.27 0 0.33 198.04 0.81 0.37
Hex 12 7D AB 59 1B 0 21 C6 51 25
Octal 22 175 253 131 33 0 41 306 121 45
Binary 10010 1111101 10101011 1011001 11011 0 100001 11000110 1010001 100101

Color Harmonies of #127DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DAB

Black with #127DAB

Text Example


Text Example

White with #127DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127DAB; }

 p { color: rgb(18,125,171); }

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

background-color css

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

 a { background-color: rgb(18,125,171); }

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

border-color css

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

 span { border-color: rgb(18,125,171); }

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