Html Css Color HEX #68ABCB Picton Blue

📋 copy color: '#68ABCB'

red 104 ◦ green 171 ◦ blue 203

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

Shades of Picton Blue #68ABCB

Tints of Picton Blue #68ABCB

RGB

 RED value IS 104 (41.02% from 255) = 21.76%

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 21.76%
G = 35.77%
B = 42.47%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68ABCB (or 0x68ABCB) is known color: Picton Blue. HEX triplet: 68, AB and CB. RGB value is (104,171,203). Sum of RGB (Red+Green+Blue) = 104+171+203=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #68ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCB is #975434. Grayscale: #9A9A9A. Windows color (decimal): -9917493 or 13347688. OLE color: 13347688.

HSL color Cylindrical-coordinate representation of color #68ABCB: hue angle of 199.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68ABCB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 171 203 -
CMYK 0.49 0.16 0 0.20
HSL 199.39º 0.49% 0.6% -
HSV(B) 199.39º 0.49% 0.8% -
XYZ 31.05 36.38 61.89 -
YUV 154.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 104 171 203 0.49 0.16 0 0.20 199.39 0.49 0.6
Hex 68 AB CB 31 10 0 14 C7 31 3C
Octal 150 253 313 61 20 0 24 307 61 74
Binary 1101000 10101011 11001011 110001 10000 0 10100 11000111 110001 111100

Color Harmonies of #68ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABCB

Black with #68ABCB

Text Example


Text Example

White with #68ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ABCB; }

 p { color: rgb(104,171,203); }

 H1.HeaderClassName
 {
   color: #68ABCB;
 }
 .AnyTagClassName
 {
   color: #68ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #68ABCB; }

 a { background-color: rgb(104,171,203); }

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

border-color css

<style>
 span { border-color: #68ABCB; }

 span { border-color: rgb(104,171,203); }

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