Html Css Color HEX #088CDF Pacific Blue

📋 copy color: '#088CDF'

red 8 ◦ green 140 ◦ blue 223

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

Shades of Pacific Blue #088CDF

Tints of Pacific Blue #088CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 2.16%
G = 37.74%
B = 60.11%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#088CDF (or 0x088CDF) is known color: Pacific Blue. HEX triplet: 08, 8C and DF. RGB value is (8,140,223). Sum of RGB (Red+Green+Blue) = 8+140+223=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #088CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CDF is #F77320. Grayscale: #6D6D6D. Windows color (decimal): -16216865 or 14650376. OLE color: 14650376.

HSL color Cylindrical-coordinate representation of color #088CDF: hue angle of 203.16º 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 #088CDF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 140 223 -
CMYK 0.96 0.37 0 0.13
HSL 203.16º 0.93% 0.45% -
HSV(B) 203.16º 0.96% 0.87% -
XYZ 22.8 24.14 73.27 -
YUV 109.99 191.77 55.25 -
System Red Green Blue C M Y K H S L
Decimal 8 140 223 0.96 0.37 0 0.13 203.16 0.93 0.45
Hex 8 8C DF 60 25 0 D CB 5D 2D
Octal 10 214 337 140 45 0 15 313 135 55
Binary 1000 10001100 11011111 1100000 100101 0 1101 11001011 1011101 101101

Color Harmonies of #088CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CDF

Black with #088CDF

Text Example


Text Example

White with #088CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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