Html Css Color HEX #67ACD1 Picton Blue

📋 copy color: '#67ACD1'

red 103 ◦ green 172 ◦ blue 209

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

Shades of Picton Blue #67ACD1

Tints of Picton Blue #67ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 21.28%
G = 35.54%
B = 43.18%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67ACD1 (or 0x67ACD1) is known color: Picton Blue. HEX triplet: 67, AC and D1. RGB value is (103,172,209). Sum of RGB (Red+Green+Blue) = 103+172+209=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #67ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACD1 is #98532E. Grayscale: #9B9B9B. Windows color (decimal): -9982767 or 13741159. OLE color: 13741159.

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

Color convert

RGB 103 172 209 -
CMYK 0.51 0.18 0 0.18
HSL 200.94º 0.54% 0.61% -
HSV(B) 200.94º 0.51% 0.82% -
XYZ 31.85 36.99 65.78 -
YUV 155.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 103 172 209 0.51 0.18 0 0.18 200.94 0.54 0.61
Hex 67 AC D1 33 12 0 12 C9 36 3D
Octal 147 254 321 63 22 0 22 311 66 75
Binary 1100111 10101100 11010001 110011 10010 0 10010 11001001 110110 111101

Color Harmonies of #67ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACD1

Black with #67ACD1

Text Example


Text Example

White with #67ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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