Html Css Color HEX #67AFCF Seagull

📋 copy color: '#67AFCF'

red 103 ◦ green 175 ◦ blue 207

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

Shades of Seagull #67AFCF

Tints of Seagull #67AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 21.24%
G = 36.08%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67AFCF (or 0x67AFCF) is known color: Seagull. HEX triplet: 67, AF and CF. RGB value is (103,175,207). Sum of RGB (Red+Green+Blue) = 103+175+207=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #67AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFCF is #985030. Grayscale: #9C9C9C. Windows color (decimal): -9982001 or 13610855. OLE color: 13610855.

HSL color Cylindrical-coordinate representation of color #67AFCF: hue angle of 198.46º 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 #67AFCF is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 175 207 -
CMYK 0.50 0.15 0 0.19
HSL 198.46º 0.52% 0.61% -
HSV(B) 198.46º 0.5% 0.81% -
XYZ 32.19 38.05 64.68 -
YUV 157.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 103 175 207 0.50 0.15 0 0.19 198.46 0.52 0.61
Hex 67 AF CF 32 F 0 13 C6 34 3D
Octal 147 257 317 62 17 0 23 306 64 75
Binary 1100111 10101111 11001111 110010 1111 0 10011 11000110 110100 111101

Color Harmonies of #67AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFCF

Black with #67AFCF

Text Example


Text Example

White with #67AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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