Html Css Color HEX #088FDA Pacific Blue

📋 copy color: '#088FDA'

red 8 ◦ green 143 ◦ blue 218

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

Shades of Pacific Blue #088FDA

Tints of Pacific Blue #088FDA

RGB

 RED value IS 8 (3.52% from 255) = 2.17%

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 2.17%
G = 38.75%
B = 59.08%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#088FDA (or 0x088FDA) is known color: Pacific Blue. HEX triplet: 08, 8F and DA. RGB value is (8,143,218). Sum of RGB (Red+Green+Blue) = 8+143+218=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #088FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FDA is #F77025. Grayscale: #6E6E6E. Windows color (decimal): -16216102 or 14323464. OLE color: 14323464.

HSL color Cylindrical-coordinate representation of color #088FDA: hue angle of 201.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FDA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 143 218 -
CMYK 0.96 0.34 0 0.15
HSL 201.43º 0.93% 0.44% -
HSV(B) 201.43º 0.96% 0.85% -
XYZ 22.58 24.76 69.92 -
YUV 111.19 188.27 54.4 -
System Red Green Blue C M Y K H S L
Decimal 8 143 218 0.96 0.34 0 0.15 201.43 0.93 0.44
Hex 8 8F DA 60 22 0 F C9 5D 2C
Octal 10 217 332 140 42 0 17 311 135 54
Binary 1000 10001111 11011010 1100000 100010 0 1111 11001001 1011101 101100

Color Harmonies of #088FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FDA

Black with #088FDA

Text Example


Text Example

White with #088FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088FDA; }

 p { color: rgb(8,143,218); }

 H1.HeaderClassName
 {
   color: #088FDA;
 }
 .AnyTagClassName
 {
   color: #088FDA;
 }
</style>

background-color css

<style>
 a { background-color: #088FDA; }

 a { background-color: rgb(8,143,218); }

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

border-color css

<style>
 span { border-color: #088FDA; }

 span { border-color: rgb(8,143,218); }

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