Html Css Color HEX #148ED7 Pacific Blue

📋 copy color: '#148ED7'

red 20 ◦ green 142 ◦ blue 215

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

Shades of Pacific Blue #148ED7

Tints of Pacific Blue #148ED7

RGB

 RED value IS 20 (8.2% from 255) = 5.31%

 GREEN value IS 142 (55.86% from 255) = 37.67%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 5.31%
G = 37.67%
B = 57.03%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#148ED7 (or 0x148ED7) is known color: Pacific Blue. HEX triplet: 14, 8E and D7. RGB value is (20,142,215). Sum of RGB (Red+Green+Blue) = 20+142+215=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #148ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ED7 is #EB7128. Grayscale: #717171. Windows color (decimal): -15429929 or 14126612. OLE color: 14126612.

HSL color Cylindrical-coordinate representation of color #148ED7: hue angle of 202.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148ED7 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 142 215 -
CMYK 0.91 0.34 0 0.16
HSL 202.46º 0.83% 0.46% -
HSV(B) 202.46º 0.91% 0.84% -
XYZ 22.23 24.4 67.83 -
YUV 113.84 185.08 61.06 -
System Red Green Blue C M Y K H S L
Decimal 20 142 215 0.91 0.34 0 0.16 202.46 0.83 0.46
Hex 14 8E D7 5B 22 0 10 CA 53 2E
Octal 24 216 327 133 42 0 20 312 123 56
Binary 10100 10001110 11010111 1011011 100010 0 10000 11001010 1010011 101110

Color Harmonies of #148ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148ED7

Black with #148ED7

Text Example


Text Example

White with #148ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,142,215); }

 H1.HeaderClassName
 {
   color: #148ED7;
 }
 .AnyTagClassName
 {
   color: #148ED7;
 }
</style>

background-color css

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

 a { background-color: rgb(20,142,215); }

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

border-color css

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

 span { border-color: rgb(20,142,215); }

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