Html Css Color HEX #67ACD0 Picton Blue

📋 copy color: '#67ACD0'

red 103 ◦ green 172 ◦ blue 208

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

Shades of Picton Blue #67ACD0

Tints of Picton Blue #67ACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 21.33%
G = 35.61%
B = 43.06%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67ACD0 (or 0x67ACD0) is known color: Picton Blue. HEX triplet: 67, AC and D0. RGB value is (103,172,208). Sum of RGB (Red+Green+Blue) = 103+172+208=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #67ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACD0 is #98532F. Grayscale: #9B9B9B. Windows color (decimal): -9982768 or 13675623. OLE color: 13675623.

HSL color Cylindrical-coordinate representation of color #67ACD0: hue angle of 200.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67ACD0 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 172 208 -
CMYK 0.50 0.17 0 0.18
HSL 200.57º 0.53% 0.61% -
HSV(B) 200.57º 0.5% 0.82% -
XYZ 31.73 36.94 65.13 -
YUV 155.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 103 172 208 0.50 0.17 0 0.18 200.57 0.53 0.61
Hex 67 AC D0 32 11 0 12 C9 35 3D
Octal 147 254 320 62 21 0 22 311 65 75
Binary 1100111 10101100 11010000 110010 10001 0 10010 11001001 110101 111101

Color Harmonies of #67ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACD0

Black with #67ACD0

Text Example


Text Example

White with #67ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,172,208); }

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

background-color css

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

 a { background-color: rgb(103,172,208); }

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

border-color css

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

 span { border-color: rgb(103,172,208); }

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