Html Css Color HEX #126C9F Cerulean

📋 copy color: '#126C9F'

red 18 ◦ green 108 ◦ blue 159

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

Shades of Cerulean #126C9F

Tints of Cerulean #126C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

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

R = 6.32%
G = 37.89%
B = 55.79%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#126C9F (or 0x126C9F) is known color: Cerulean. HEX triplet: 12, 6C and 9F. RGB value is (18,108,159). Sum of RGB (Red+Green+Blue) = 18+108+159=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #126C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C9F is #ED9360. Grayscale: #565656. Windows color (decimal): -15569761 or 10447890. OLE color: 10447890.

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

Color convert

RGB 18 108 159 -
CMYK 0.89 0.32 0 0.38
HSL 201.7º 0.8% 0.35% -
HSV(B) 201.7º 0.89% 0.62% -
XYZ 11.87 13.36 34.75 -
YUV 86.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 18 108 159 0.89 0.32 0 0.38 201.7 0.8 0.35
Hex 12 6C 9F 59 20 0 26 CA 50 23
Octal 22 154 237 131 40 0 46 312 120 43
Binary 10010 1101100 10011111 1011001 100000 0 100110 11001010 1010000 100011

Color Harmonies of #126C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C9F

Black with #126C9F

Text Example


Text Example

White with #126C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126C9F; }

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

 H1.HeaderClassName
 {
   color: #126C9F;
 }
 .AnyTagClassName
 {
   color: #126C9F;
 }
</style>

background-color css

<style>
 a { background-color: #126C9F; }

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

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

border-color css

<style>
 span { border-color: #126C9F; }

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

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