Html Css Color HEX #099CCD Pacific Blue

📋 copy color: '#099CCD'

red 9 ◦ green 156 ◦ blue 205

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

Shades of Pacific Blue #099CCD

Tints of Pacific Blue #099CCD

RGB

 RED value IS 9 (3.91% from 255) = 2.43%

 GREEN value IS 156 (61.33% from 255) = 42.16%

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 2.43%
G = 42.16%
B = 55.41%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#099CCD (or 0x099CCD) is known color: Pacific Blue. HEX triplet: 09, 9C and CD. RGB value is (9,156,205). Sum of RGB (Red+Green+Blue) = 9+156+205=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #099CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCD is #F66332. Grayscale: #757575. Windows color (decimal): -16147251 or 13474825. OLE color: 13474825.

HSL color Cylindrical-coordinate representation of color #099CCD: hue angle of 195º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CCD is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 156 205 -
CMYK 0.96 0.24 0 0.20
HSL 195º 0.92% 0.42% -
HSV(B) 195º 0.96% 0.8% -
XYZ 23.02 28.24 62 -
YUV 117.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 9 156 205 0.96 0.24 0 0.20 195 0.92 0.42
Hex 9 9C CD 60 18 0 14 C3 5C 2A
Octal 11 234 315 140 30 0 24 303 134 52
Binary 1001 10011100 11001101 1100000 11000 0 10100 11000011 1011100 101010

Color Harmonies of #099CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CCD

Black with #099CCD

Text Example


Text Example

White with #099CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099CCD; }

 p { color: rgb(9,156,205); }

 H1.HeaderClassName
 {
   color: #099CCD;
 }
 .AnyTagClassName
 {
   color: #099CCD;
 }
</style>

background-color css

<style>
 a { background-color: #099CCD; }

 a { background-color: rgb(9,156,205); }

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

border-color css

<style>
 span { border-color: #099CCD; }

 span { border-color: rgb(9,156,205); }

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