Html Css Color HEX #67AFCE Seagull

📋 copy color: '#67AFCE'

red 103 ◦ green 175 ◦ blue 206

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

Shades of Seagull #67AFCE

Tints of Seagull #67AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 21.28%
G = 36.16%
B = 42.56%

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

#67AFCE (or 0x67AFCE) is known color: Seagull. HEX triplet: 67, AF and CE. RGB value is (103,175,206). Sum of RGB (Red+Green+Blue) = 103+175+206=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #67AFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFCE is #985031. Grayscale: #9C9C9C. Windows color (decimal): -9982002 or 13545319. OLE color: 13545319.

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

Color convert

RGB 103 175 206 -
CMYK 0.50 0.15 0 0.19
HSL 198.06º 0.51% 0.61% -
HSV(B) 198.06º 0.5% 0.81% -
XYZ 32.06 38 64.04 -
YUV 157.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 103 175 206 0.50 0.15 0 0.19 198.06 0.51 0.61
Hex 67 AF CE 32 F 0 13 C6 33 3D
Octal 147 257 316 62 17 0 23 306 63 75
Binary 1100111 10101111 11001110 110010 1111 0 10011 11000110 110011 111101

Color Harmonies of #67AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFCE

Black with #67AFCE

Text Example


Text Example

White with #67AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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