Html Css Color HEX #1299BE Pacific Blue

📋 copy color: '#1299BE'

red 18 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #1299BE

Tints of Pacific Blue #1299BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 4.99%
G = 42.38%
B = 52.63%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1299BE (or 0x1299BE) is known color: Pacific Blue. HEX triplet: 12, 99 and BE. RGB value is (18,153,190). Sum of RGB (Red+Green+Blue) = 18+153+190=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #1299BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299BE is #ED6641. Grayscale: #747474. Windows color (decimal): -15558210 or 12491026. OLE color: 12491026.

HSL color Cylindrical-coordinate representation of color #1299BE: hue angle of 192.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1299BE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 153 190 -
CMYK 0.91 0.19 0 0.25
HSL 192.91º 0.83% 0.41% -
HSV(B) 192.91º 0.91% 0.75% -
XYZ 20.93 26.63 52.75 -
YUV 116.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 18 153 190 0.91 0.19 0 0.25 192.91 0.83 0.41
Hex 12 99 BE 5B 13 0 19 C1 53 29
Octal 22 231 276 133 23 0 31 301 123 51
Binary 10010 10011001 10111110 1011011 10011 0 11001 11000001 1010011 101001

Color Harmonies of #1299BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299BE

Black with #1299BE

Text Example


Text Example

White with #1299BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1299BE; }

 p { color: rgb(18,153,190); }

 H1.HeaderClassName
 {
   color: #1299BE;
 }
 .AnyTagClassName
 {
   color: #1299BE;
 }
</style>

background-color css

<style>
 a { background-color: #1299BE; }

 a { background-color: rgb(18,153,190); }

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

border-color css

<style>
 span { border-color: #1299BE; }

 span { border-color: rgb(18,153,190); }

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