Html Css Color HEX #127FAB Cerulean

📋 copy color: '#127FAB'

red 18 ◦ green 127 ◦ blue 171

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

Shades of Cerulean #127FAB

Tints of Cerulean #127FAB

RGB

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

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

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

R = 5.7%
G = 40.19%
B = 54.11%

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

#127FAB (or 0x127FAB) is known color: Cerulean. HEX triplet: 12, 7F and AB. RGB value is (18,127,171). Sum of RGB (Red+Green+Blue) = 18+127+171=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #127FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FAB is #ED8054. Grayscale: #636363. Windows color (decimal): -15564885 or 11239186. OLE color: 11239186.

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

Color convert

RGB 18 127 171 -
CMYK 0.89 0.26 0 0.33
HSL 197.25º 0.81% 0.37% -
HSV(B) 197.25º 0.89% 0.67% -
XYZ 15.19 18.25 41.25 -
YUV 99.43 168.39 69.92 -
System Red Green Blue C M Y K H S L
Decimal 18 127 171 0.89 0.26 0 0.33 197.25 0.81 0.37
Hex 12 7F AB 59 1A 0 21 C5 51 25
Octal 22 177 253 131 32 0 41 305 121 45
Binary 10010 1111111 10101011 1011001 11010 0 100001 11000101 1010001 100101

Color Harmonies of #127FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FAB

Black with #127FAB

Text Example


Text Example

White with #127FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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