Html Css Color HEX #67ADCF Picton Blue

📋 copy color: '#67ADCF'

red 103 ◦ green 173 ◦ blue 207

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

Shades of Picton Blue #67ADCF

Tints of Picton Blue #67ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.82%

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

R = 21.33%
G = 35.82%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67ADCF (or 0x67ADCF) is known color: Picton Blue. HEX triplet: 67, AD and CF. RGB value is (103,173,207). Sum of RGB (Red+Green+Blue) = 103+173+207=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #67ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADCF is #985230. Grayscale: #9B9B9B. Windows color (decimal): -9982513 or 13610343. OLE color: 13610343.

HSL color Cylindrical-coordinate representation of color #67ADCF: hue angle of 199.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67ADCF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 173 207 -
CMYK 0.50 0.16 0 0.19
HSL 199.62º 0.52% 0.61% -
HSV(B) 199.62º 0.5% 0.81% -
XYZ 31.8 37.28 64.55 -
YUV 155.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 103 173 207 0.50 0.16 0 0.19 199.62 0.52 0.61
Hex 67 AD CF 32 10 0 13 C8 34 3D
Octal 147 255 317 62 20 0 23 310 64 75
Binary 1100111 10101101 11001111 110010 10000 0 10011 11001000 110100 111101

Color Harmonies of #67ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADCF

Black with #67ADCF

Text Example


Text Example

White with #67ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,173,207); }

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

background-color css

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

 a { background-color: rgb(103,173,207); }

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

border-color css

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

 span { border-color: rgb(103,173,207); }

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