Html Css Color HEX #088FDF Pacific Blue

📋 copy color: '#088FDF'

red 8 ◦ green 143 ◦ blue 223

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

Shades of Pacific Blue #088FDF

Tints of Pacific Blue #088FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 2.14%
G = 38.24%
B = 59.63%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#088FDF (or 0x088FDF) is known color: Pacific Blue. HEX triplet: 08, 8F and DF. RGB value is (8,143,223). Sum of RGB (Red+Green+Blue) = 8+143+223=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #088FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FDF is #F77020. Grayscale: #6F6F6F. Windows color (decimal): -16216097 or 14651144. OLE color: 14651144.

HSL color Cylindrical-coordinate representation of color #088FDF: hue angle of 202.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FDF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 143 223 -
CMYK 0.96 0.36 0 0.13
HSL 202.33º 0.93% 0.45% -
HSV(B) 202.33º 0.96% 0.87% -
XYZ 23.24 25.02 73.42 -
YUV 111.76 190.77 54 -
System Red Green Blue C M Y K H S L
Decimal 8 143 223 0.96 0.36 0 0.13 202.33 0.93 0.45
Hex 8 8F DF 60 24 0 D CA 5D 2D
Octal 10 217 337 140 44 0 15 312 135 55
Binary 1000 10001111 11011111 1100000 100100 0 1101 11001010 1011101 101101

Color Harmonies of #088FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FDF

Black with #088FDF

Text Example


Text Example

White with #088FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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