Html Css Color HEX #127EAB Cerulean

📋 copy color: '#127EAB'

red 18 ◦ green 126 ◦ blue 171

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

Shades of Cerulean #127EAB

Tints of Cerulean #127EAB

RGB

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

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

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

R = 5.71%
G = 40%
B = 54.29%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#127EAB (or 0x127EAB) is known color: Cerulean. HEX triplet: 12, 7E and AB. RGB value is (18,126,171). Sum of RGB (Red+Green+Blue) = 18+126+171=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #127EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EAB is #ED8154. Grayscale: #626262. Windows color (decimal): -15565141 or 11238930. OLE color: 11238930.

HSL color Cylindrical-coordinate representation of color #127EAB: hue angle of 197.65º 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 #127EAB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 126 171 -
CMYK 0.89 0.26 0 0.33
HSL 197.65º 0.81% 0.37% -
HSV(B) 197.65º 0.89% 0.67% -
XYZ 15.06 17.99 41.21 -
YUV 98.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 18 126 171 0.89 0.26 0 0.33 197.65 0.81 0.37
Hex 12 7E AB 59 1A 0 21 C6 51 25
Octal 22 176 253 131 32 0 41 306 121 45
Binary 10010 1111110 10101011 1011001 11010 0 100001 11000110 1010001 100101

Color Harmonies of #127EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EAB

Black with #127EAB

Text Example


Text Example

White with #127EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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