Html Css Color HEX #60B0CF Picton Blue

📋 copy color: '#60B0CF'

red 96 ◦ green 176 ◦ blue 207

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

Shades of Picton Blue #60B0CF

Tints of Picton Blue #60B0CF

RGB

 RED value IS 96 (37.89% from 255) = 20.04%

 GREEN value IS 176 (69.14% from 255) = 36.74%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 20.04%
G = 36.74%
B = 43.22%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60B0CF (or 0x60B0CF) is known color: Picton Blue. HEX triplet: 60, B0 and CF. RGB value is (96,176,207). Sum of RGB (Red+Green+Blue) = 96+176+207=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #60B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0CF is #9F4F30. Grayscale: #9B9B9B. Windows color (decimal): -10440497 or 13611104. OLE color: 13611104.

HSL color Cylindrical-coordinate representation of color #60B0CF: hue angle of 196.76º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B0CF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 176 207 -
CMYK 0.54 0.15 0 0.19
HSL 196.76º 0.54% 0.59% -
HSV(B) 196.76º 0.54% 0.81% -
XYZ 31.61 38.04 64.71 -
YUV 155.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 96 176 207 0.54 0.15 0 0.19 196.76 0.54 0.59
Hex 60 B0 CF 36 F 0 13 C5 36 3B
Octal 140 260 317 66 17 0 23 305 66 73
Binary 1100000 10110000 11001111 110110 1111 0 10011 11000101 110110 111011

Color Harmonies of #60B0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B0CF

Black with #60B0CF

Text Example


Text Example

White with #60B0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B0CF; }

 p { color: rgb(96,176,207); }

 H1.HeaderClassName
 {
   color: #60B0CF;
 }
 .AnyTagClassName
 {
   color: #60B0CF;
 }
</style>

background-color css

<style>
 a { background-color: #60B0CF; }

 a { background-color: rgb(96,176,207); }

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

border-color css

<style>
 span { border-color: #60B0CF; }

 span { border-color: rgb(96,176,207); }

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