Html Css Color HEX #67BFD3 Seagull

📋 copy color: '#67BFD3'

red 103 ◦ green 191 ◦ blue 211

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

Shades of Seagull #67BFD3

Tints of Seagull #67BFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 37.82%

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 20.4%
G = 37.82%
B = 41.78%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#67BFD3 (or 0x67BFD3) is known color: Seagull. HEX triplet: 67, BF and D3. RGB value is (103,191,211). Sum of RGB (Red+Green+Blue) = 103+191+211=505 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.40% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #67BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFD3 is #98402C. Grayscale: #A6A6A6. Windows color (decimal): -9977901 or 13877095. OLE color: 13877095.

HSL color Cylindrical-coordinate representation of color #67BFD3: hue angle of 191.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67BFD3 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 103 191 211 -
CMYK 0.51 0.09 0 0.17
HSL 191.11º 0.55% 0.62% -
HSV(B) 191.11º 0.51% 0.83% -
XYZ 35.98 44.85 68.39 -
YUV 166.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 103 191 211 0.51 0.09 0 0.17 191.11 0.55 0.62
Hex 67 BF D3 33 9 0 11 BF 37 3E
Octal 147 277 323 63 11 0 21 277 67 76
Binary 1100111 10111111 11010011 110011 1001 0 10001 10111111 110111 111110

Color Harmonies of #67BFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BFD3

Black with #67BFD3

Text Example


Text Example

White with #67BFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,191,211); }

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

background-color css

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

 a { background-color: rgb(103,191,211); }

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

border-color css

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

 span { border-color: rgb(103,191,211); }

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