Html Css Color HEX #127E9F Cerulean

📋 copy color: '#127E9F'

red 18 ◦ green 126 ◦ blue 159

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

Shades of Cerulean #127E9F

Tints of Cerulean #127E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 5.94%
G = 41.58%
B = 52.48%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#127E9F (or 0x127E9F) is known color: Cerulean. HEX triplet: 12, 7E and 9F. RGB value is (18,126,159). Sum of RGB (Red+Green+Blue) = 18+126+159=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #127E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E9F is #ED8160. Grayscale: #616161. Windows color (decimal): -15565153 or 10452498. OLE color: 10452498.

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

Color convert

RGB 18 126 159 -
CMYK 0.89 0.21 0 0.38
HSL 194.04º 0.8% 0.35% -
HSV(B) 194.04º 0.89% 0.62% -
XYZ 13.97 17.55 35.45 -
YUV 97.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 18 126 159 0.89 0.21 0 0.38 194.04 0.8 0.35
Hex 12 7E 9F 59 15 0 26 C2 50 23
Octal 22 176 237 131 25 0 46 302 120 43
Binary 10010 1111110 10011111 1011001 10101 0 100110 11000010 1010000 100011

Color Harmonies of #127E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E9F

Black with #127E9F

Text Example


Text Example

White with #127E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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