Html Css Color HEX #088CDD Pacific Blue

📋 copy color: '#088CDD'

red 8 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #088CDD

Tints of Pacific Blue #088CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 2.17%
G = 37.94%
B = 59.89%

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

#088CDD (or 0x088CDD) is known color: Pacific Blue. HEX triplet: 08, 8C and DD. RGB value is (8,140,221). Sum of RGB (Red+Green+Blue) = 8+140+221=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #088CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CDD is #F77322. Grayscale: #6D6D6D. Windows color (decimal): -16216867 or 14519304. OLE color: 14519304.

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

Color convert

RGB 8 140 221 -
CMYK 0.96 0.37 0 0.13
HSL 202.82º 0.93% 0.45% -
HSV(B) 202.82º 0.96% 0.87% -
XYZ 22.53 24.03 71.86 -
YUV 109.77 190.77 55.41 -
System Red Green Blue C M Y K H S L
Decimal 8 140 221 0.96 0.37 0 0.13 202.82 0.93 0.45
Hex 8 8C DD 60 25 0 D CB 5D 2D
Octal 10 214 335 140 45 0 15 313 135 55
Binary 1000 10001100 11011101 1100000 100101 0 1101 11001011 1011101 101101

Color Harmonies of #088CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CDD

Black with #088CDD

Text Example


Text Example

White with #088CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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