#148DCE

Color #148DCE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #148DCE

Tints of Pacific Blue #148DCE

Color information

#148DCE (or 0x148DCE) is unknown color: approx Pacific Blue. HEX triplet: 14, 8D and CE. RGB value is (20,141,206). Sum of RGB (Red+Green+Blue) = 20+141+206=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #148DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DCE is #EB7231. Grayscale: #6F6F6F. Windows color (decimal): -15430194 or 13536532. OLE color: 13536532.

HSL color Cylindrical-coordinate representation of color #148DCE: hue angle of 200.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148DCE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20141206-
CMYK0.900.3200.19
HSL200.97º82.3%44.31%-
HSV(B)200.97º90.29%80.78%-
XYZ20.9523.6561.85-
YUV112.23180.9162.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=5.45%
G=38.42%
B=56.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201412060.900.3200.19200.9782.344.31
Hex148DCE5A20013c9522c
Octal242153161324002331112254
Binary1010010001101110011101011010100000010011110010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148DCE; }

 p { color: rgb(20,141,206); }

 H1.HeaderClassName
 {
   color: #148DCE;
 }
 .AnyTagClassName
 {
   color: #148DCE;
 }
</style>
background-color css

<style>
 a { background-color: #148DCE; }

 a { background-color: rgb(20,141,206); }

 div.DivClassName
 {
   background-color: #148DCE;
 }
 .BgClassName
 {
   background-color: #148DCE;
 }
</style>
border-color css

<style>
 span { border-color: #148DCE; }

 span { border-color: rgb(20,141,206); }

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