Html Css Color HEX #127DA6 Cerulean

📋 copy color: '#127DA6'

red 18 ◦ green 125 ◦ blue 166

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

Shades of Cerulean #127DA6

Tints of Cerulean #127DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.72%

R = 5.83%
G = 40.45%
B = 53.72%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#127DA6 (or 0x127DA6) is known color: Cerulean. HEX triplet: 12, 7D and A6. RGB value is (18,125,166). Sum of RGB (Red+Green+Blue) = 18+125+166=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #127DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DA6 is #ED8259. Grayscale: #616161. Windows color (decimal): -15565402 or 10910994. OLE color: 10910994.

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

Color convert

RGB 18 125 166 -
CMYK 0.89 0.25 0 0.35
HSL 196.62º 0.8% 0.36% -
HSV(B) 196.62º 0.89% 0.65% -
XYZ 14.47 17.55 38.7 -
YUV 97.68 166.55 71.17 -
System Red Green Blue C M Y K H S L
Decimal 18 125 166 0.89 0.25 0 0.35 196.62 0.8 0.36
Hex 12 7D A6 59 19 0 23 C5 50 24
Octal 22 175 246 131 31 0 43 305 120 44
Binary 10010 1111101 10100110 1011001 11001 0 100011 11000101 1010000 100100

Color Harmonies of #127DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DA6

Black with #127DA6

Text Example


Text Example

White with #127DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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