Html Css Color HEX #67ABCB Picton Blue

📋 copy color: '#67ABCB'

red 103 ◦ green 171 ◦ blue 203

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

Shades of Picton Blue #67ABCB

Tints of Picton Blue #67ABCB

RGB

 RED value IS 103 (40.63% from 255) = 21.59%

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

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

R = 21.59%
G = 35.85%
B = 42.56%

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

#67ABCB (or 0x67ABCB) is known color: Picton Blue. HEX triplet: 67, AB and CB. RGB value is (103,171,203). Sum of RGB (Red+Green+Blue) = 103+171+203=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #67ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABCB is #985434. Grayscale: #9A9A9A. Windows color (decimal): -9983029 or 13347687. OLE color: 13347687.

HSL color Cylindrical-coordinate representation of color #67ABCB: hue angle of 199.2º 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 #67ABCB is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 171 203 -
CMYK 0.49 0.16 0 0.20
HSL 199.2º 0.49% 0.6% -
HSV(B) 199.2º 0.49% 0.8% -
XYZ 30.94 36.32 61.88 -
YUV 154.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 103 171 203 0.49 0.16 0 0.20 199.2 0.49 0.6
Hex 67 AB CB 31 10 0 14 C7 31 3C
Octal 147 253 313 61 20 0 24 307 61 74
Binary 1100111 10101011 11001011 110001 10000 0 10100 11000111 110001 111100

Color Harmonies of #67ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABCB

Black with #67ABCB

Text Example


Text Example

White with #67ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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