Html Css Color HEX #127FAD Cerulean

📋 copy color: '#127FAD'

red 18 ◦ green 127 ◦ blue 173

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

Shades of Cerulean #127FAD

Tints of Cerulean #127FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 5.66%
G = 39.94%
B = 54.4%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#127FAD (or 0x127FAD) is known color: Cerulean. HEX triplet: 12, 7F and AD. RGB value is (18,127,173). Sum of RGB (Red+Green+Blue) = 18+127+173=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #127FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FAD is #ED8052. Grayscale: #636363. Windows color (decimal): -15564883 or 11370258. OLE color: 11370258.

HSL color Cylindrical-coordinate representation of color #127FAD: hue angle of 197.81º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FAD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 127 173 -
CMYK 0.90 0.27 0 0.32
HSL 197.81º 0.81% 0.37% -
HSV(B) 197.81º 0.9% 0.68% -
XYZ 15.38 18.32 42.26 -
YUV 99.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 18 127 173 0.90 0.27 0 0.32 197.81 0.81 0.37
Hex 12 7F AD 5A 1B 0 20 C6 51 25
Octal 22 177 255 132 33 0 40 306 121 45
Binary 10010 1111111 10101101 1011010 11011 0 100000 11000110 1010001 100101

Color Harmonies of #127FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FAD

Black with #127FAD

Text Example


Text Example

White with #127FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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