Html Css Color HEX #148FD4 Pacific Blue

📋 copy color: '#148FD4'

red 20 ◦ green 143 ◦ blue 212

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

Shades of Pacific Blue #148FD4

Tints of Pacific Blue #148FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 212 (83.2% from 255) = 56.53%

R = 5.33%
G = 38.13%
B = 56.53%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#148FD4 (or 0x148FD4) is known color: Pacific Blue. HEX triplet: 14, 8F and D4. RGB value is (20,143,212). Sum of RGB (Red+Green+Blue) = 20+143+212=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #148FD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FD4 is #EB702B. Grayscale: #717171. Windows color (decimal): -15429676 or 13930260. OLE color: 13930260.

HSL color Cylindrical-coordinate representation of color #148FD4: hue angle of 201.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148FD4 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 143 212 -
CMYK 0.91 0.33 0 0.17
HSL 201.56º 0.83% 0.45% -
HSV(B) 201.56º 0.91% 0.83% -
XYZ 21.99 24.55 65.87 -
YUV 114.09 183.25 60.89 -
System Red Green Blue C M Y K H S L
Decimal 20 143 212 0.91 0.33 0 0.17 201.56 0.83 0.45
Hex 14 8F D4 5B 21 0 11 CA 53 2D
Octal 24 217 324 133 41 0 21 312 123 55
Binary 10100 10001111 11010100 1011011 100001 0 10001 11001010 1010011 101101

Color Harmonies of #148FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FD4

Black with #148FD4

Text Example


Text Example

White with #148FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,143,212); }

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

background-color css

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

 a { background-color: rgb(20,143,212); }

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

border-color css

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

 span { border-color: rgb(20,143,212); }

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