Html Css Color HEX #127ABC Cerulean

📋 copy color: '#127ABC'

red 18 ◦ green 122 ◦ blue 188

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

Shades of Cerulean #127ABC

Tints of Cerulean #127ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 5.49%
G = 37.2%
B = 57.32%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#127ABC (or 0x127ABC) is known color: Cerulean. HEX triplet: 12, 7A and BC. RGB value is (18,122,188). Sum of RGB (Red+Green+Blue) = 18+122+188=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #127ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABC is #ED8543. Grayscale: #626262. Windows color (decimal): -15566148 or 12352018. OLE color: 12352018.

HSL color Cylindrical-coordinate representation of color #127ABC: hue angle of 203.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127ABC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 122 188 -
CMYK 0.90 0.35 0 0.26
HSL 203.29º 0.83% 0.4% -
HSV(B) 203.29º 0.9% 0.74% -
XYZ 16.29 17.68 50.13 -
YUV 98.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 18 122 188 0.90 0.35 0 0.26 203.29 0.83 0.4
Hex 12 7A BC 5A 23 0 1A CB 53 28
Octal 22 172 274 132 43 0 32 313 123 50
Binary 10010 1111010 10111100 1011010 100011 0 11010 11001011 1010011 101000

Color Harmonies of #127ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ABC

Black with #127ABC

Text Example


Text Example

White with #127ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,188); }

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

background-color css

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

 a { background-color: rgb(18,122,188); }

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

border-color css

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

 span { border-color: rgb(18,122,188); }

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