Html Css Color HEX #127E9E Cerulean

📋 copy color: '#127E9E'

red 18 ◦ green 126 ◦ blue 158

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

Shades of Cerulean #127E9E

Tints of Cerulean #127E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 5.96%
G = 41.72%
B = 52.32%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#127E9E (or 0x127E9E) is known color: Cerulean. HEX triplet: 12, 7E and 9E. RGB value is (18,126,158). Sum of RGB (Red+Green+Blue) = 18+126+158=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #127E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E9E is #ED8161. Grayscale: #616161. Windows color (decimal): -15565154 or 10386962. OLE color: 10386962.

HSL color Cylindrical-coordinate representation of color #127E9E: hue angle of 193.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127E9E is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 126 158 -
CMYK 0.89 0.20 0 0.38
HSL 193.71º 0.8% 0.35% -
HSV(B) 193.71º 0.89% 0.62% -
XYZ 13.88 17.52 35 -
YUV 97.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 18 126 158 0.89 0.20 0 0.38 193.71 0.8 0.35
Hex 12 7E 9E 59 14 0 26 C2 50 23
Octal 22 176 236 131 24 0 46 302 120 43
Binary 10010 1111110 10011110 1011001 10100 0 100110 11000010 1010000 100011

Color Harmonies of #127E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E9E

Black with #127E9E

Text Example


Text Example

White with #127E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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